We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07efd97 commit 2f03180Copy full SHA for 2f03180
stable/rabbitmq/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v1
2
name: rabbitmq
3
-version: 6.12.1
+version: 6.12.2
4
appVersion: 3.8.1
5
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
6
keywords:
stable/rabbitmq/templates/statefulset.yaml
@@ -253,6 +253,8 @@ spec:
253
value: "http://{{ .Values.metrics.rabbitmqAddress }}:{{ .Values.service.managerPort }}"
254
- name: RABBIT_USER
255
value: {{ .Values.rabbitmq.username }}
256
+ - name: PUBLISH_PORT
257
+ value: "{{ .Values.metrics.port }}"
258
{{ if .Values.metrics.capabilities }}
259
- name: RABBIT_CAPABILITIES
260
value: "{{ .Values.metrics.capabilities }}"
0 commit comments