oraculum: Revert "oraculum: Try to relax probes timeouts"
This reverts commit 648a43438a
.
This commit is contained in:
parent
60c3c45b97
commit
a7b3365753
1 changed files with 4 additions and 4 deletions
|
@ -84,14 +84,14 @@ spec:
|
|||
mountPath: /opt/app-root/secret/
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 30
|
||||
initialDelaySeconds: 45
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 5
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 30
|
||||
initialDelaySeconds: 45
|
||||
timeoutSeconds: 15
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue