From a6e7c36c5b25335aae01571bd93abfa2de06b0a2 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 05:46:30 +0800 Subject: [PATCH] feat(rabbitmq): disable clustering and reduce replica count to 1 Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index 11f16886..0f23bd1c 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -27,7 +27,7 @@ queue_master_locator: min-masters clustering: ## @param clustering.enabled Enable RabbitMQ clustering ## - enabled: true + enabled: false ## @param clustering.name RabbitMQ cluster name ## If not set, a name is generated using the common.names.fullname template ## @@ -177,7 +177,7 @@ configuration: |- extraConfiguration: |- #default_vhost = {{ .Release.Namespace }}-vhost #disk_free_limit.absolute = 50MB -replicaCount: 3 +replicaCount: 1 updateStrategy: type: RollingUpdate podSecurityContext: