Add autoconfig and autodiscover subdomains

This commit is contained in:
Ruben Hensen
2026-01-25 18:11:36 +01:00
parent 42c8f7c8d8
commit e5c113857f
+22
View File
@@ -21,7 +21,29 @@ spec:
name: {{ include "stalwart.fullname" . }}
port:
number: 8080
- host: autoconfig.hensen.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ include "stalwart.fullname" . }}
port:
number: 8080
- host: autodiscover.hensen.io
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: {{ include "stalwart.fullname" . }}
port:
number: 8080
tls:
- secretName: letsencrypt-prod
hosts:
- mail.hensen.io
- autoconfig.hensen.io
- autodiscover.hensen.io