Skip to content

Adding the missing property for proper health check

Arturo Hernandez [EPAM] requested to merge az/ah-missing-actuator-property into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

  • Deployment fails due missing health endpoint

What is the new/expected behavior?

  • Deployment working fine as bootspring actuator will return 200 on health check

Have you added/updated Unit Tests and Integration Tests?

  • YES

Any other useful information

Troubleshooting notes:

Most likely issue in the helm-charts-azure deployment.
https://community.opengroup.org/osdu/platform/system/notification/-/jobs/1437437
Error started when used 0.17.0 version:
https://community.opengroup.org/osdu/platform/system/notification/-/jobs/1438010
Actuator health check it is not working due this missing property, that's why it is failing to be deployed, due unhealthy actuator endpoint.

Merge request reports