Update health check instructions

Closes #47393

Signed-off-by: AndyMunro <amunro@redhat.com>
This commit is contained in:
andymunro
2026-04-07 12:04:37 -04:00
committed by GitHub
parent c9627d98e4
commit 63edca0a39
+7
View File
@@ -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.