Skip to content

Commit 98b293a

Browse files
authored
[bitnami/rabbitmq] Fixes 14212 - Rabbitmq metrics port configuration follows containerPorts.metrics value (bitnami#14219)
* Fixes 14212 - Rabbitmq metrics port configuration follows containerPorts.metrics value Signed-off-by: Sachin Rakshe <srakshe@synamedia.com> * Fixes 14212 - Rabbitmq metrics port configuration follows containerPorts.metrics value Signed-off-by: Sachin Rakshe <srakshe@synamedia.com> Signed-off-by: Sachin Rakshe <srakshe@synamedia.com>
1 parent c34b2c9 commit 98b293a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bitnami/rabbitmq/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ name: rabbitmq
2323
sources:
2424
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
2525
- https://www.rabbitmq.com
26-
version: 11.3.1
26+
version: 11.3.2

bitnami/rabbitmq/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ configuration: |-
409409
{{- if .Values.metrics.enabled }}
410410
## Prometheus metrics
411411
##
412-
prometheus.tcp.port = 9419
412+
prometheus.tcp.port = {{ .Values.containerPorts.metrics }}
413413
{{- end }}
414414
{{- if .Values.memoryHighWatermark.enabled }}
415415
## Memory Threshold

0 commit comments

Comments
 (0)