Skip to content

Commit

Permalink
Reduce readiness probe delays
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Godber <godber@terascope.io>
  • Loading branch information
sotojn and godber authored Aug 22, 2024
1 parent d0dcec9 commit 86827b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"path": "/health",
"port": 45680
},
"initialDelaySeconds": 5,
"initialDelaySeconds": 3,
"periodSeconds": 10,
"timeoutSeconds": 5,
"timeoutSeconds": 1,
"successThreshold": 1,
"failureThreshold": 3
},
Expand Down

0 comments on commit 86827b9

Please sign in to comment.