Asknot: make the openshift readyness and liveness probe wait longer for the initial checks
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
e2d0e3fbbc
commit
3059f5ba34
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ spec:
|
|||
volumeMounts:
|
||||
readinessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue