Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readiness/liveness endpoints not working as expected in newer version #10114

Closed
BartStoebel opened this issue Oct 1, 2020 · 0 comments
Closed

Comments

@BartStoebel
Copy link

Project spring-boot-actuator: from version 2.3.2-RELEASE onwards:
deprecated:
management.health.probes.enabled=true

Replaced by + necessary extra properties:
management.endpoint.health.probes.enabled=true
management.health.livenessState.enabled=true
management.health.readinessState.enabled=true

[https://github.com/spring-projects/spring-boot/issues/22107]

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

No branches or pull requests

1 participant