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: