Skip to content

Commit

Permalink
Shorten the healthchecks delay
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed May 21, 2024
1 parent 4f1c914 commit 1d703d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- /opt/stunnel/stunnel_healthcheck.sh
- '2181'
failureThreshold: 3
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
Expand All @@ -47,7 +47,7 @@ spec:
- /opt/stunnel/stunnel_healthcheck.sh
- '2181'
failureThreshold: 3
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
Expand Down

0 comments on commit 1d703d0

Please sign in to comment.