diff --git a/charts/docker-mailserver/Chart.yaml b/charts/docker-mailserver/Chart.yaml index 68942269..9652a6ed 100644 --- a/charts/docker-mailserver/Chart.yaml +++ b/charts/docker-mailserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "8.0.1" description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker. name: docker-mailserver -version: 0.3.3 +version: 0.3.4 sources: - https://github.com/funkypenguin/helm-docker-mailserver maintainers: diff --git a/charts/docker-mailserver/templates/ingress-rainloop.yaml b/charts/docker-mailserver/templates/ingress-rainloop.yaml index fafdac14..79c33973 100644 --- a/charts/docker-mailserver/templates/ingress-rainloop.yaml +++ b/charts/docker-mailserver/templates/ingress-rainloop.yaml @@ -32,10 +32,13 @@ spec: - host: {{ . }} http: paths: - - path: {{ $ingressPath }} + - pathType: Prefix + path: {{ $ingressPath }} backend: - serviceName: {{ $fullName }}-rainloop - servicePort: {{ $servicePort }} + service: + name: {{ $fullName }}-rainloop + port: + number: {{ $servicePort }} {{- end }} {{- end }} {{- end }}