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:
Clement Verna 2019-10-01 20:45:17 +02:00 committed by Pierre-Yves Chibon
parent 349839e23d
commit 19fa44a731

View file

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