Add extra time to initial probe delay (#440)
This commit is contained in:
parent
7a122dd811
commit
3cc33172d9
1 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@ spec:
|
||||||
port: 8080
|
port: 8080
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
initialDelaySeconds: 1
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 2
|
periodSeconds: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
@ -116,7 +116,7 @@ spec:
|
||||||
port: 8080
|
port: 8080
|
||||||
scheme: HTTPS
|
scheme: HTTPS
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
initialDelaySeconds: 2
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 2
|
periodSeconds: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
@ -134,7 +134,7 @@ spec:
|
||||||
port: 4040
|
port: 4040
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
initialDelaySeconds: 1
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 2
|
periodSeconds: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
@ -144,7 +144,7 @@ spec:
|
||||||
port: 4040
|
port: 4040
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
failureThreshold: 2
|
failureThreshold: 2
|
||||||
initialDelaySeconds: 2
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 2
|
periodSeconds: 2
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|
Loading…
Reference in a new issue