[bitnami/rabbitmq]: use managerPortName in ingress target port (#5184)

* fix: Use Manager Port Name in Ingress

* chore: Bump Version
This commit is contained in:
Parham Alvani
2021-01-22 09:32:12 +01:00
committed by GitHub
parent 08be1c38d4
commit de55fe1cbf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ name: rabbitmq
sources:
- https://github.com/bitnami/bitnami-docker-rabbitmq
- https://www.rabbitmq.com
version: 8.7.3
version: 8.7.4
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "http-stats" "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" .Values.service.managerPortName "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.ingress.extraHosts }}
- host: {{ .name }}