release-monitoring: Raise timeout for probes
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
f666c5d168
commit
017659327d
1 changed files with 3 additions and 3 deletions
|
@ -61,13 +61,13 @@ items:
|
|||
mountPath: /etc/pki/rabbitmq/cert
|
||||
readOnly: true
|
||||
readinessProbe:
|
||||
timeoutSeconds: 1
|
||||
initialDelaySeconds: 5
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 15
|
||||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
timeoutSeconds: 1
|
||||
timeoutSeconds: 10
|
||||
initialDelaySeconds: 30
|
||||
httpGet:
|
||||
path: /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue