diff --git a/helm-chart-sources/pulsar/templates/proxy/proxy-ingress.yaml b/helm-chart-sources/pulsar/templates/proxy/proxy-ingress.yaml index 5818fcc..b2965d7 100644 --- a/helm-chart-sources/pulsar/templates/proxy/proxy-ingress.yaml +++ b/helm-chart-sources/pulsar/templates/proxy/proxy-ingress.yaml @@ -121,9 +121,9 @@ spec: name: "{{ template "pulsar.fullname" . }}-{{ .Values.broker.component }}" port: {{- if .Values.enableTls }} - number: 8443 + number: 8443 {{- else }} - number: 8080 + number: 8080 {{- end }} {{- end }} {{- end }}