oraculum: Increase timeouts of probes

This commit is contained in:
František Zatloukal 2021-04-08 12:00:41 +02:00
parent 26ca32d11d
commit 1b362400f5

View file

@ -84,13 +84,13 @@ spec:
mountPath: /opt/app-root/secret/
readOnly: true
readinessProbe:
timeoutSeconds: 1
timeoutSeconds: 5
initialDelaySeconds: 5
httpGet:
path: /
port: 8080
livenessProbe:
timeoutSeconds: 1
timeoutSeconds: 15
initialDelaySeconds: 30
httpGet:
path: /