docs: update health check

This commit is contained in:
2024-12-09 18:57:55 +01:00
parent c89205bd43
commit d3902c4c67
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ docker run --rm --name goma-gateway \
- Goma Gateway health check: - Goma Gateway health check:
- `/readyz` - `/readyz`
- `/healthz` - `/healthz`
- Routes health check: `/health/routes` - Routes health check: `/healthz/routes`
### 5. Simple deployment in docker compose file ### 5. Simple deployment in docker compose file

View File

@@ -30,7 +30,7 @@ gateway:
- Goma Gateway health check: - Goma Gateway health check:
- `/readyz` - `/readyz`
- `/healthz` - `/healthz`
- Routes health check: `health/routes` - Routes health check: `healthz/routes`
### Gateway healthcheck response: ### Gateway healthcheck response: