feat(rabbitmq): add custom readiness probe configuration in values file
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
3b5c877345
commit
da10d24fc8
@ -212,6 +212,15 @@ readinessProbe:
|
|||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
|
customReadinessProbe:
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- '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