mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
Update health check instructions
Closes #47393 Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
@@ -88,6 +88,13 @@ curl --head -fsS http://localhost:9000/health/ready
|
||||
|
||||
If the command returns with status 0, then {project_name} is `+live+` or `+ready+`, depending on which endpoint you called. Otherwise there is a problem.
|
||||
|
||||
If HTTPS is configured for the default {project_name} server, no content appears from this command. Use this command instead:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
curl --head -fsS https://localhost:9000/health/ready
|
||||
----
|
||||
|
||||
=== Kubernetes
|
||||
|
||||
Define a https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#http-probes[HTTP Probe] so that Kubernetes may externally monitor the health endpoints. Do not use a liveness command.
|
||||
|
||||
Reference in New Issue
Block a user