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

Add liveness/readiness endpoints #13

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

thescouser89
Copy link
Contributor

These endpoints are used to test for the liveness and readiness of the application in Kubernetes.

This allows the application to take its time to startup, set the liveness and readiness endpoints as ready, then begin to accept requests.

The endpoints are:

  • /q/health/live
  • /q/health/ready

Documentation: https://quarkus.io/guides/smallrye-health

These endpoints are used to test for the liveness and readiness of the
application in Kubernetes.

This allows the application to take its time to startup, set the
liveness and readiness endpoints as ready, then begin to accept
requests.

The endpoints are:
- /q/health/live
- /q/health/ready

Documentation: https://quarkus.io/guides/smallrye-health
@rnc rnc merged commit abb1a81 into project-ncl:main Jan 15, 2025
2 checks passed
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.

2 participants