feat(rabbitmq): increase initialDelaySeconds for readiness probe from 10 to 120
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
6ae734248a
commit
a9dbc4394f
@ -207,23 +207,11 @@ livenessProbe:
|
|||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
enabled: true
|
enabled: true
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 120
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 20
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
customReadinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- sh
|
|
||||||
- '-ec'
|
|
||||||
- >-
|
|
||||||
rabbitmq-diagnostics ping
|
|
||||||
failureThreshold: 3
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 30
|
|
||||||
successThreshold: 1
|
|
||||||
timeoutSeconds: 20
|
|
||||||
pdb:
|
pdb:
|
||||||
create: true
|
create: true
|
||||||
minAvailable: "1"
|
minAvailable: "1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user