Adjust probe timeouts
This commit is contained in:
parent
17e788b8e1
commit
1bb31eb1fc
2 changed files with 4 additions and 4 deletions
|
@ -251,7 +251,7 @@ spec:
|
|||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 10
|
||||
readinessProbe:
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
|
@ -260,6 +260,6 @@ spec:
|
|||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 10
|
||||
|
||||
---
|
||||
|
|
|
@ -64,7 +64,7 @@ spec:
|
|||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 10
|
||||
readinessProbe:
|
||||
failureThreshold: 3
|
||||
httpGet:
|
||||
|
@ -73,7 +73,7 @@ spec:
|
|||
scheme: HTTP
|
||||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 10
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue