Skip to content

Commit

Permalink
increase failure threshold (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Dec 17, 2024
1 parent 12d9e2c commit 29bee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/prod/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ readinessProbe:

startupProbe:
initialDelaySeconds: 900
failureThreshold: 40
failureThreshold: 50
periodSeconds: 30
httpGet:
path: /ready
Expand Down

0 comments on commit 29bee9d

Please sign in to comment.