docs: update health check
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
|||||||
image: jkaninda/goma-gateway
|
image: jkaninda/goma-gateway
|
||||||
command: server
|
command: server
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:8080/health/live || exit 1
|
test: curl -f http://localhost:8080/healthz || exit 1
|
||||||
interval: 30s
|
interval: 30s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
|
|||||||
Reference in New Issue
Block a user