Skip to content

Commit

Permalink
Add extra time to initial probe delay (hashicorp#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Jan 5, 2021
1 parent 7a122dd commit 3cc3317
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
port: 8080
scheme: HTTPS
failureThreshold: 2
initialDelaySeconds: 1
initialDelaySeconds: 5
periodSeconds: 2
successThreshold: 1
timeoutSeconds: 5
Expand All @@ -116,7 +116,7 @@ spec:
port: 8080
scheme: HTTPS
failureThreshold: 2
initialDelaySeconds: 2
initialDelaySeconds: 5
periodSeconds: 2
successThreshold: 1
timeoutSeconds: 5
Expand All @@ -134,7 +134,7 @@ spec:
port: 4040
scheme: HTTP
failureThreshold: 2
initialDelaySeconds: 1
initialDelaySeconds: 5
periodSeconds: 2
successThreshold: 1
timeoutSeconds: 5
Expand All @@ -144,7 +144,7 @@ spec:
port: 4040
scheme: HTTP
failureThreshold: 2
initialDelaySeconds: 2
initialDelaySeconds: 5
periodSeconds: 2
successThreshold: 1
timeoutSeconds: 5
Expand Down

0 comments on commit 3cc3317

Please sign in to comment.