mdapi: give the liveness probe 15s before it times out

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-11-07 11:56:22 +01:00 committed by Pierre-Yves Chibon
parent 2b19775f4e
commit c101327843

View file

@ -36,7 +36,7 @@ spec:
path: /
port: 8080
livenessProbe:
timeoutSeconds: 5
timeoutSeconds: 15
initialDelaySeconds: 60
periodSeconds: 60
httpGet: