diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 1631cf1..7f13693 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -95,17 +95,17 @@ probes: path: /health initialDelaySeconds: 10 periodSeconds: 70 - timeoutSeconds: 5 + timeoutSeconds: 30 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: enabled: true path: /health initialDelaySeconds: 30 periodSeconds: 70 - timeoutSeconds: 5 + timeoutSeconds: 30 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 strategy: type: Recreate