Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • N Notification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Notification
  • Merge requests
  • !282

Adding the missing property for proper health check

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Arturo Hernandez [EPAM] requested to merge az/ah-missing-actuator-property into master Oct 14, 2022
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 1

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.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: az/ah-missing-actuator-property