feat(rabbitmq): enable clustering and add debug option in values configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
4cbe610266
commit
1f2a5936e3
@ -8,6 +8,7 @@ image:
|
||||
repository: bitnami/rabbitmq
|
||||
tag: 4.0.6-debian-12-r0
|
||||
pullPolicy: IfNotPresent
|
||||
debug: true
|
||||
namespaceOverride: "freeleaps-alpha"
|
||||
clusterDomain: freeleaps.cluster
|
||||
automountServiceAccountToken: true
|
||||
@ -27,7 +28,7 @@ extraPlugins: "rabbitmq_auth_backend_ldap"
|
||||
clustering:
|
||||
## @param clustering.enabled Enable RabbitMQ clustering
|
||||
##
|
||||
enabled: false
|
||||
enabled: true
|
||||
## @param clustering.name RabbitMQ cluster name
|
||||
## If not set, a name is generated using the common.names.fullname template
|
||||
##
|
||||
|
||||
Loading…
Reference in New Issue
Block a user