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

Configure Liveness, Readiness and Startup Probes #21

Closed
alfespa17 opened this issue Jun 21, 2022 · 0 comments · Fixed by #22
Closed

Configure Liveness, Readiness and Startup Probes #21

alfespa17 opened this issue Jun 21, 2022 · 0 comments · Fixed by #22
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@alfespa17
Copy link
Member

These PR added the following endpoint to help monitor the api, registry and executor:

  • /actuator/health
  • /actuator/health/liveness
  • /actuator/health/readiness

The following templates need to be updated:

Kubernetes reference:
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/

Spring boot references:
https://docs.spring.io/spring-boot/docs/2.6.8/reference/html/actuator.html#actuator.enabling

@alfespa17 alfespa17 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 21, 2022
@alfespa17 alfespa17 self-assigned this Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant