mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add autoconfig and autodiscover subdomains
This commit is contained in:
@@ -21,7 +21,29 @@ spec:
|
|||||||
name: {{ include "stalwart.fullname" . }}
|
name: {{ include "stalwart.fullname" . }}
|
||||||
port:
|
port:
|
||||||
number: 8080
|
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:
|
tls:
|
||||||
- secretName: letsencrypt-prod
|
- secretName: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- mail.hensen.io
|
- mail.hensen.io
|
||||||
|
- autoconfig.hensen.io
|
||||||
|
- autodiscover.hensen.io
|
||||||
|
|||||||
Reference in New Issue
Block a user