Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Feb 1, 2024
1 parent 0a1bbff commit 5171b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/orb/charts/postgresql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ networkPolicy:
##
startupProbe:
enabled: false
initialDelaySeconds: 30
initialDelaySeconds: 200
periodSeconds: 15
timeoutSeconds: 5
failureThreshold: 10
Expand All @@ -761,7 +761,7 @@ startupProbe:
##
livenessProbe:
enabled: true
initialDelaySeconds: 30
initialDelaySeconds: 200
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
Expand All @@ -777,7 +777,7 @@ livenessProbe:
##
readinessProbe:
enabled: true
initialDelaySeconds: 5
initialDelaySeconds: 200
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 6
Expand Down

0 comments on commit 5171b5e

Please sign in to comment.