Configure RabbitMQ management port from values.yaml
Change-Id: I6f3ca1782fc9153220f63cf775993b6ff6aee9ba
This commit is contained in:
parent
53c5679b17
commit
b21b874051
@ -38,5 +38,8 @@
|
|||||||
,{etcd_port, {{ .Values.endpoints.etcd.port }}}
|
,{etcd_port, {{ .Values.endpoints.etcd.port }}}
|
||||||
,{node_type, {{ .Values.autocluster.node_type }} }
|
,{node_type, {{ .Values.autocluster.node_type }} }
|
||||||
]}
|
]}
|
||||||
|
,{rabbitmq_management, [
|
||||||
|
{listener, [{port, {{ .Values.network.port.management }}}]}
|
||||||
|
]}
|
||||||
].
|
].
|
||||||
% EOF
|
% EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user