Skip to content

Commit

Permalink
values: fix liveness timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Amsallem <[email protected]>
  • Loading branch information
flomonster committed Oct 25, 2024
1 parent 2e77306 commit 340fb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
livenessProbe:
disabled: false
initialDelaySeconds: 5
periodSeconds: 60
timeoutSeconds: 20
periodSeconds: 10
timeoutSeconds: 3
readinessProbe:
disabled: false
config:
Expand Down Expand Up @@ -144,7 +144,7 @@ services:
disabled: false
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 3
readinessProbe:
disabled: false
hpa:
Expand Down Expand Up @@ -174,7 +174,7 @@ services:
disabled: false
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
timeoutSeconds: 3
readinessProbe:
disabled: false
annotations: {}
Expand Down

0 comments on commit 340fb7e

Please sign in to comment.