We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34b2c9 commit 98b293aCopy full SHA for 98b293a
bitnami/rabbitmq/Chart.yaml
@@ -23,4 +23,4 @@ name: rabbitmq
23
sources:
24
- https://github.com/bitnami/containers/tree/main/bitnami/rabbitmq
25
- https://www.rabbitmq.com
26
-version: 11.3.1
+version: 11.3.2
bitnami/rabbitmq/values.yaml
@@ -409,7 +409,7 @@ configuration: |-
409
{{- if .Values.metrics.enabled }}
410
## Prometheus metrics
411
##
412
- prometheus.tcp.port = 9419
+ prometheus.tcp.port = {{ .Values.containerPorts.metrics }}
413
{{- end }}
414
{{- if .Values.memoryHighWatermark.enabled }}
415
## Memory Threshold
0 commit comments