From 01abc2c88458d86b9110617da281824f74025920 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 25 Jan 2026 20:11:53 +0100 Subject: [PATCH] No auto https for mail --- stalwart/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stalwart/templates/ingress.yaml b/stalwart/templates/ingress.yaml index 6c5809a..285bb41 100644 --- a/stalwart/templates/ingress.yaml +++ b/stalwart/templates/ingress.yaml @@ -8,6 +8,7 @@ metadata: cert-manager.io/cluster-issuer: prod-cluster-issuer nginx.ingress.kubernetes.io/backend-protocol: "HTTP" nginx.ingress.kubernetes.io/ssl-passthrough: "false" + nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-origin: "*" nginx.ingress.kubernetes.io/cors-allow-methods: "GET, POST, PUT, DELETE, OPTIONS"