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/
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue