diff --git a/stalwart/templates/ingress.yaml b/stalwart/templates/ingress.yaml index 809e00d..5c76eb8 100644 --- a/stalwart/templates/ingress.yaml +++ b/stalwart/templates/ingress.yaml @@ -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