diff --git a/values.yaml b/values.yaml index e845db5..87a56b6 100644 --- a/values.yaml +++ b/values.yaml @@ -71,7 +71,7 @@ livenessProbe: - -c - | curl -sf http://localhost:9090/metrics | grep -q '^app_up{.*} 1' - initialDelaySeconds: 30 + initialDelaySeconds: 360 periodSeconds: 15 timeoutSeconds: 5 failureThreshold: 3 @@ -83,7 +83,7 @@ readinessProbe: - -c - | curl -sf http://localhost:9090/metrics | grep -q '^app_up{.*} 1' - initialDelaySeconds: 20 + initialDelaySeconds: 300 periodSeconds: 10 timeoutSeconds: 3 failureThreshold: 2