oraculum: Increase timeouts of probes
This commit is contained in:
parent
26ca32d11d
commit
1b362400f5
1 changed files with 2 additions and 2 deletions
|
@ -84,13 +84,13 @@ spec:
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 5
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 8080
|
port: 8080
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 15
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue