You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
Properties in Section 3.2 call out "/health" for both the liveliness and readiness actuator endpoints.
Expected Behavior
The endpoint doesn't appear to be correct. The actuator endpoint is "/actuator/health/".
The endpoints are basically redundant as they check the same thing. Even the other Baeldung article below on the same topic call out specific URLs, i.e. /actuator/health/liveness, and readiness. https://www.baeldung.com/spring-liveness-readiness-probes
The text was updated successfully, but these errors were encountered:
Article and Module Links
Self-Healing Applications with Kubernetes and Spring Boot
Describe the Issue
Properties in Section 3.2 call out "/health" for both the liveliness and readiness actuator endpoints.
Expected Behavior
https://www.baeldung.com/spring-liveness-readiness-probes
The text was updated successfully, but these errors were encountered: