diff --git a/mailman3/templates/ingress.yaml b/mailman3/templates/ingress.yaml index 21e1ea1..76f7d58 100644 --- a/mailman3/templates/ingress.yaml +++ b/mailman3/templates/ingress.yaml @@ -36,7 +36,7 @@ spec: pathType: {{ default "Prefix" $.Values.ingress.pathType }} backend: service: - name: {{ $fullName }}-http + name: {{ $fullName }}-web port: number: {{ $httpPort }} {{- else }} @@ -44,7 +44,7 @@ spec: pathType: {{ .pathType | default "Prefix" }} backend: service: - name: {{ $fullName }}-http + name: {{ $fullName }}-web port: number: {{ $httpPort }} {{- end }} @@ -54,7 +54,7 @@ spec: pathType: "Prefix" backend: service: - name: {{ $fullName }}-http + name: {{ $fullName }}-web port: number: {{ $httpPort }} {{- end }} diff --git a/mailman3/values.yaml b/mailman3/values.yaml index 970b5a2..00bc8a9 100644 --- a/mailman3/values.yaml +++ b/mailman3/values.yaml @@ -67,6 +67,7 @@ web: service: type: ClusterIP + port: 80 ingress: enabled: false