Skip to content

Commit

Permalink
Merge "Configure RabbitMQ management port from values.yaml"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 5, 2017
2 parents 57a54ff + b21b874 commit 4976b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rabbitmq/templates/etc/_rabbitmq.config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4976b39

Please sign in to comment.