feat(rabbitmq): update custom readiness probe command to use shell execution
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
da10d24fc8
commit
6ae734248a
@ -215,7 +215,10 @@ readinessProbe:
|
||||
customReadinessProbe:
|
||||
exec:
|
||||
command:
|
||||
- 'rabbitmq-diagnostics ping'
|
||||
- sh
|
||||
- '-ec'
|
||||
- >-
|
||||
rabbitmq-diagnostics ping
|
||||
failureThreshold: 3
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 30
|
||||
|
||||
Loading…
Reference in New Issue
Block a user