[bitnami/rabbitmq-cluster-operator] Set network policy properly for metrics (#36270)

* fix: set metrics service port correctly

Signed-off-by: Sam Lin <maxisam@gmail.com>
Signed-off-by: Sam Lin <saml@millerslab.com>
Signed-off-by: Sam Lin <maxisam@gmail.com>

* fix: set mertics port properly

Signed-off-by: Sam Lin <saml@millerslab.com>
Signed-off-by: Sam Lin <maxisam@gmail.com>

* Update Chart.yaml

Signed-off-by: Sam Lin <saml@millerslab.com>
Signed-off-by: Sam Lin <maxisam@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Signed-off-by: Sam Lin <saml@millerslab.com>
Signed-off-by: Sam Lin <maxisam@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Sam Lin <maxisam@gmail.com>
Signed-off-by: Sam Lin <saml@millerslab.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Sam Lin
2025-11-11 09:55:45 +01:00
committed by GitHub
co-authored by Bitnami Bot
parent e07d3319b6
commit 58cbc8786e
4 changed files with 9 additions and 5 deletions
@@ -1,8 +1,12 @@
# Changelog
## 4.4.34 (2025-08-21)
## 4.4.36 (2025-10-29)
* [bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references ([#36162](https://github.com/bitnami/charts/pull/36162))
* [bitnami/rabbitmq-cluster-operator] Set network policy properly for metrics ([#36270](https://github.com/bitnami/charts/pull/36270))
## <small>4.4.34 (2025-08-21)</small>
* [bitnami/rabbitmq-cluster-operator] :zap: :arrow_up: Update dependency references (#36162) ([a9371f0](https://github.com/bitnami/charts/commit/a9371f09098a7742890b222642885cc7965eeb76)), closes [#36162](https://github.com/bitnami/charts/issues/36162)
## <small>4.4.33 (2025-08-21)</small>
+1 -1
View File
@@ -38,4 +38,4 @@ maintainers:
name: rabbitmq-cluster-operator
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/rabbitmq-cluster-operator
version: 4.4.35
version: 4.4.36
@@ -60,7 +60,7 @@ spec:
{{- end }}
{{- end }}
ingress:
{{- if .Values.clusterOperator.metrics.enabled }}
{{- if .Values.clusterOperator.metrics.service.enabled }}
- ports:
- port: {{ .Values.clusterOperator.containerPorts.metrics }}
{{- if not .Values.clusterOperator.networkPolicy.allowExternal }}
@@ -66,7 +66,7 @@ spec:
- ports:
{{/* Webhook port is hardcoded in the operator code */}}
- port: 9443
{{- if .Values.msgTopologyOperator.metrics.enabled }}
{{- if .Values.msgTopologyOperator.metrics.service.enabled }}
- port: {{ .Values.msgTopologyOperator.containerPorts.metrics }}
{{- end }}
{{- if not .Values.msgTopologyOperator.networkPolicy.allowExternal }}