From a9dbc4394f303f819627e7e3849ced2c0a57ab2d Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 04:42:13 +0800 Subject: [PATCH] feat(rabbitmq): increase initialDelaySeconds for readiness probe from 10 to 120 Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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"