Merge "Configure RabbitMQ management port from values.yaml"

This commit is contained in:
Jenkins 2017-09-05 22:29:18 +00:00 committed by Gerrit Code Review
commit 4976b398fa

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