mdapi: give the liveness probe 15s before it times out
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
2b19775f4e
commit
c101327843
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ spec:
|
|||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 5
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue