diff --git a/charts/localstack/values.yaml b/charts/localstack/values.yaml index c716854..659f922 100644 --- a/charts/localstack/values.yaml +++ b/charts/localstack/values.yaml @@ -106,17 +106,17 @@ extraEnvVars: [] envFrom: [] livenessProbe: - initialDelaySeconds: 0 + initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 1 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 readinessProbe: - initialDelaySeconds: 0 + initialDelaySeconds: 10 periodSeconds: 10 timeoutSeconds: 1 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 service: type: NodePort