Merge "add node type option to rabbitmq clustering"
This commit is contained in:
@@ -19,3 +19,4 @@ AUTOCLUSTER_DELAY={{ .Values.autocluster.delay }}
|
||||
RABBITMQ_USE_LONGNAME=true
|
||||
AUTOCLUSTER_LOG_LEVEL={{ .Values.autocluster.log_level }}
|
||||
NODENAME="rabbit@${RABBITMQ_POD_IP}"
|
||||
RABBITMQ_NODE_TYPE={{ .Values.autocluster.node_type }}
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
,{etcd_scheme, http}
|
||||
,{etcd_host, {{ .Values.endpoints.etcd.hosts.default }}}
|
||||
,{etcd_port, {{ .Values.endpoints.etcd.port }}}
|
||||
,{node_type, {{ .Values.autocluster.node_type }} }
|
||||
]}
|
||||
].
|
||||
% EOF
|
||||
|
||||
@@ -69,6 +69,7 @@ endpoints:
|
||||
autocluster:
|
||||
log_level: info
|
||||
delay: 15
|
||||
node_type: disc
|
||||
|
||||
probes_delay: 180
|
||||
probes_timeout: 10
|
||||
|
||||
Reference in New Issue
Block a user