MDAPI: perform the readinessprobe and livenessprobe every minutes.
This commit makes us check if the pod is healthy only once every minutes instead of every 10s. Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
349839e23d
commit
19fa44a731
1 changed files with 2 additions and 0 deletions
|
@ -31,12 +31,14 @@ spec:
|
|||
readinessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 60
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue