Add management port to RabbitMQ service

Management port exposes a HTTP REST API which can be used to
add virtual hosts and users, gather statistics and other data
about the running cluster. This also turns on the web interface
available on the management port.

Change-Id: I5e4c902d780d99e96fdd160c58227676d4676e87
Partial-Implements: blueprint service-rabbitmq-registration
This commit is contained in:
Grzegorz Grasza 2017-08-08 12:32:25 +00:00 committed by Grzegorz Grasza (xek)
parent 05a472aa37
commit a3dcbe91b5
2 changed files with 4 additions and 0 deletions

View File

@ -20,5 +20,8 @@ metadata:
spec:
ports:
- port: {{.Values.network.port.public}}
name: public
- port: {{.Values.network.port.management}}
name: management
selector:
{{ tuple $envAll "rabbitmq" "server" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}

View File

@ -59,6 +59,7 @@ images:
enabled_plugins:
- autocluster
- rabbitmq_management
erlang_cookie: openstack-cookie