fix: frontend health check use 127.0.0.1 to avoid IPv6 resolution
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
This commit is contained in:
parent
b96c543c5c
commit
7b2bdefee3
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ services:
|
||||||
# the corresponding Traefik routing labels automatically.
|
# the corresponding Traefik routing labels automatically.
|
||||||
- SERVICE_FQDN_FRONTEND_80
|
- SERVICE_FQDN_FRONTEND_80
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -qO- http://localhost:80/healthz || exit 1"]
|
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:80/healthz || exit 1"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue