Skip to content

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

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

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

@lor6

lor6 commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

@lor6 lor6 closed this Jul 22, 2026
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

2 participants