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

[ISSUE] Actuator Path Incorrect #17969

Open
ShadowM0nkey opened this issue Nov 14, 2024 · 0 comments
Open

[ISSUE] Actuator Path Incorrect #17969

ShadowM0nkey opened this issue Nov 14, 2024 · 0 comments
Labels
on-jira triaged Issues reviewed by a dev and considered valid. Will be added in Jira.

Comments

@ShadowM0nkey
Copy link

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

  1. The endpoint doesn't appear to be correct. The actuator endpoint is "/actuator/health/".
  2. 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
@ulisseslima ulisseslima added the triaged Issues reviewed by a dev and considered valid. Will be added in Jira. label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
on-jira triaged Issues reviewed by a dev and considered valid. Will be added in Jira.
Projects
None yet
Development

No branches or pull requests

3 participants