mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 04:02:03 +08:00
[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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user