feat(rabbitmq): disable clustering and reduce replica count to 1
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
0818600287
commit
a6e7c36c5b
@ -27,7 +27,7 @@ queue_master_locator: min-masters
|
|||||||
clustering:
|
clustering:
|
||||||
## @param clustering.enabled Enable RabbitMQ clustering
|
## @param clustering.enabled Enable RabbitMQ clustering
|
||||||
##
|
##
|
||||||
enabled: true
|
enabled: false
|
||||||
## @param clustering.name RabbitMQ cluster name
|
## @param clustering.name RabbitMQ cluster name
|
||||||
## If not set, a name is generated using the common.names.fullname template
|
## If not set, a name is generated using the common.names.fullname template
|
||||||
##
|
##
|
||||||
@ -177,7 +177,7 @@ configuration: |-
|
|||||||
extraConfiguration: |-
|
extraConfiguration: |-
|
||||||
#default_vhost = {{ .Release.Namespace }}-vhost
|
#default_vhost = {{ .Release.Namespace }}-vhost
|
||||||
#disk_free_limit.absolute = 50MB
|
#disk_free_limit.absolute = 50MB
|
||||||
replicaCount: 3
|
replicaCount: 1
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user