feat(rabbitmq): disable RabbitMQ clustering in values configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 04:10:07 +08:00
parent 7bcdf90703
commit 4cbe610266

View File

@ -27,7 +27,7 @@ extraPlugins: "rabbitmq_auth_backend_ldap"
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
##