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