diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index d3d9d190..cb224bc0 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -212,6 +212,15 @@ readinessProbe: periodSeconds: 30 failureThreshold: 3 successThreshold: 1 +customReadinessProbe: + exec: + command: + - 'rabbitmq-diagnostics ping' + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 30 + successThreshold: 1 + timeoutSeconds: 20 pdb: create: true minAvailable: "1"