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: volumeMounts:
readinessProbe: readinessProbe:
timeoutSeconds: 5 timeoutSeconds: 5
initialDelaySeconds: 30 initialDelaySeconds: 60
httpGet: httpGet:
path: / path: /
port: 8080 port: 8080
livenessProbe: livenessProbe:
timeoutSeconds: 5 timeoutSeconds: 5
initialDelaySeconds: 30 initialDelaySeconds: 60
httpGet: httpGet:
path: / path: /
port: 8080 port: 8080