[bitnami/rabbitmq-cluster-operator] fix: correct network policy port for metrics (#23987)

* fix(rabbitmq): correct network policy port for metrics

Signed-off-by: Frederic Mereu <frederic.mereu@gaming1.com>

* bump chart version

Signed-off-by: Frederic Mereu <frederic.mereu@gaming1.com>

---------

Signed-off-by: Frederic Mereu <frederic.mereu@gaming1.com>
This commit is contained in:
Frederic M
2024-03-04 12:19:28 +01:00
committed by GitHub
parent a718e62906
commit f5c9683718
3 changed files with 3 additions and 3 deletions
@@ -67,7 +67,7 @@ spec:
{{/* Webhook port is hardcoded in the operator code */}}
- port: 9443
{{- if .Values.msgTopologyOperator.metrics.enabled }}
- port: {{ .Values.msgTopologyOperator.metrics.containerPorts.metrics }}
- port: {{ .Values.msgTopologyOperator.containerPorts.metrics }}
{{- end }}
{{- if not .Values.msgTopologyOperator.networkPolicy.allowExternal }}
from: