Skip to content
Snippets Groups Projects
Verified Commit 7b58e235 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: add mta-sts to autodiscover ingress

parent c37a4e1e
No related branches found
No related tags found
No related merge requests found
Pipeline #2759 passed
......@@ -42,6 +42,16 @@ spec:
name: http
pathType: Prefix
{{ end }}
- host: mta-sts.{{ .Values.config.domain }}
http:
paths:
- path: "/.well-known/mta-sts.txt"
backend:
service:
name: {{ include "mailu-helm.fullname" $ }}-autodiscover
port:
name: http
pathType: Prefix
- host: "autodiscover.{{ .Values.config.domain }}"
http:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment