fix: Increase timeout for healthcheck #31

Open
ineiti wants to merge 1 commits from c4dt/monitoring-ng:increase_healthcheck_timeout into main
+2 -2
View File
@@ -46,8 +46,8 @@ services:
test: ["CMD", "bash", "-c", "exec 3<>/dev/tcp/localhost/12345 && printf 'GET /-/ready HTTP/1.0\r\nHost: localhost\r\n\r\n' >&3 && head -1 <&3 | grep -q 200"]
interval: 5s
timeout: 10s
retries: 3
start_period: 10s
retries: 10
start_period: 30s
deploy:
restart_policy:
condition: on-failure