Add extra time to initial probe delay (#440)

This commit is contained in:
Jason O'Donnell 2021-01-05 13:51:28 -05:00 committed by GitHub
parent 7a122dd811
commit 3cc33172d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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