Skip to content

Commit

Permalink
chore: add startupprobe delay (#545)
Browse files Browse the repository at this point in the history
chore: add startup delay
  • Loading branch information
wojciechsromek authored Oct 16, 2024
1 parent f90e7ae commit 285f8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/prod/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ readinessProbe:

startupProbe:
enabled: true
initialDelaySeconds: 300
httpGet:
path: /health
port: health
Expand Down
1 change: 1 addition & 0 deletions deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ readinessProbe:

startupProbe:
enabled: true
initialDelaySeconds: 300
httpGet:
path: /health
port: health
Expand Down

0 comments on commit 285f8cb

Please sign in to comment.