Use /healthz end-point
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f7b57bf117
commit
0b0160b359
@ -24,7 +24,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042"]
|
test: ["CMD", "wget", "-q", "-t 1", "http://localhost:8042/healthz"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
|
Reference in New Issue
Block a user