From 5889768ee5cbd0cfa996c5f6007b24c21eab62ad Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sat, 22 Feb 2025 04:26:35 +0800 Subject: [PATCH] feat(rabbitmq): increase replicaCount from 1 to 3 in values configuration Signed-off-by: zhenyus --- freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml index f8c49469..c88fa516 100644 --- a/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/rabbitmq/values.alpha.yaml @@ -176,7 +176,7 @@ configuration: |- extraConfiguration: |- #default_vhost = {{ .Release.Namespace }}-vhost #disk_free_limit.absolute = 50MB -replicaCount: 1 +replicaCount: 3 updateStrategy: type: RollingUpdate podSecurityContext: