Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/rabbitmq] - Fix wrong PUBLISH_PORT(default 9090) if defined i…
Browse files Browse the repository at this point in the history
…n values.yaml (#18958)

* Fix wrong PUBLISH_PORT(defalut 9090) if defined in values.yaml(values-production.yaml)

Signed-off-by: huang-tianwen <tianwen.huang@hotmail.com>

* Chart version increment

Signed-off-by: huang-tianwen <tianwen.huang@hotmail.com>
  • Loading branch information
huang-tianwen authored and k8s-ci-robot committed Nov 21, 2019
1 parent 9307ea3 commit d90a83b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/rabbitmq/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: rabbitmq
version: 6.12.1
version: 6.12.2
appVersion: 3.8.1
description: Open source message broker software that implements the Advanced Message Queuing Protocol (AMQP)
keywords:
Expand Down
2 changes: 2 additions & 0 deletions stable/rabbitmq/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ spec:
value: "http://{{ .Values.metrics.rabbitmqAddress }}:{{ .Values.service.managerPort }}"
- name: RABBIT_USER
value: {{ .Values.rabbitmq.username }}
- name: PUBLISH_PORT
value: "{{ .Values.metrics.port }}"
{{ if .Values.metrics.capabilities }}
- name: RABBIT_CAPABILITIES
value: "{{ .Values.metrics.capabilities }}"
Expand Down

0 comments on commit d90a83b

Please sign in to comment.