Skip to content

Commit

Permalink
Increase default probe delay and failure thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 18, 2024
1 parent 3706f5f commit 30eff18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/localstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30eff18

Please sign in to comment.