Configure RabbitMQ management port from values.yaml

Change-Id: I6f3ca1782fc9153220f63cf775993b6ff6aee9ba
This commit is contained in:
Grzegorz Grasza (xek) 2017-09-01 10:26:39 +00:00
parent 53c5679b17
commit b21b874051

View File

@ -38,5 +38,8 @@
,{etcd_port, {{ .Values.endpoints.etcd.port }}}
,{node_type, {{ .Values.autocluster.node_type }} }
]}
,{rabbitmq_management, [
{listener, [{port, {{ .Values.network.port.management }}}]}
]}
].
% EOF