From 68516a2f840ab0eba35e6e21488d76002dbe4831 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 9 Dec 2024 19:00:07 +0100 Subject: [PATCH] docs: update health check --- examples/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/compose.yaml b/examples/compose.yaml index 0556ef2..4904201 100644 --- a/examples/compose.yaml +++ b/examples/compose.yaml @@ -3,7 +3,7 @@ services: image: jkaninda/goma-gateway command: server healthcheck: - test: curl -f http://localhost:8080/health/live || exit 1 + test: curl -f http://localhost:8080/healthz || exit 1 interval: 30s retries: 5 start_period: 20s