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

fix: supply mta-sts on correct subdomain

parent 2de8c785
No related branches found
No related tags found
No related merge requests found
Pipeline #2835 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: mailu name: mailu
description: Helm Chart for Mailu description: Helm Chart for Mailu
type: application type: application
version: 1.3.5 version: 1.3.6
appVersion: "1.9.26" appVersion: "1.9.26"
...@@ -80,4 +80,4 @@ data: ...@@ -80,4 +80,4 @@ data:
{{ range .Values.config.hostnames -}} {{ range .Values.config.hostnames -}}
mx: {{ . }} mx: {{ . }}
{{ end -}} {{ end -}}
max_age: 604800 max_age: 1209600
...@@ -42,8 +42,7 @@ spec: ...@@ -42,8 +42,7 @@ spec:
port: port:
name: http name: http
pathType: Prefix pathType: Prefix
{{ end }} - host: "mta-sts.{{ . }}"
- host: mta-sts.{{ .Values.config.domain }}
http: http:
paths: paths:
- path: "/.well-known/mta-sts.txt" - path: "/.well-known/mta-sts.txt"
...@@ -53,6 +52,7 @@ spec: ...@@ -53,6 +52,7 @@ spec:
port: port:
name: http name: http
pathType: Prefix pathType: Prefix
{{ end }}
- host: "autodiscover.{{ .Values.config.domain }}" - host: "autodiscover.{{ .Values.config.domain }}"
http: http:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment