diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index e60a8c48..e42c69b5 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -207,23 +207,11 @@ livenessProbe: successThreshold: 1 readinessProbe: enabled: true - initialDelaySeconds: 10 + initialDelaySeconds: 120 timeoutSeconds: 20 periodSeconds: 30 failureThreshold: 3 successThreshold: 1 -customReadinessProbe: - exec: - command: - - sh - - '-ec' - - >- - rabbitmq-diagnostics ping - failureThreshold: 3 - initialDelaySeconds: 10 - periodSeconds: 30 - successThreshold: 1 - timeoutSeconds: 20 pdb: create: true minAvailable: "1"