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:
Clement Verna 2018-12-18 16:41:51 +01:00
parent e2d0e3fbbc
commit 3059f5ba34

View file

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