Skip to content

Fix actuator health probe paths for kubernetes-spring module#19249

Open
Deepanshu1231 wants to merge 1 commit into
eugenp:masterfrom
Deepanshu1231:fix/actuator-health-probes-kubernetes-spring
Open

Fix actuator health probe paths for kubernetes-spring module#19249
Deepanshu1231 wants to merge 1 commit into
eugenp:masterfrom
Deepanshu1231:fix/actuator-health-probes-kubernetes-spring

Conversation

@Deepanshu1231

Copy link
Copy Markdown

What does this PR do?

Fixes missing actuator health probe configuration in the
kubernetes-spring module.

Problem

  • application.properties was empty with no actuator configuration
  • serviceDeployment.yaml had no liveness or readiness probes

Fix

  • Added actuator health probe properties to application.properties
  • Added correct liveness (/actuator/health/liveness) and readiness
    (/actuator/health/readiness) probes to serviceDeployment.yaml

Related Issue

Fixes #17969

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ISSUE] Actuator Path Incorrect

1 participant