From 263d31fa1d49c20edd2e186795eb05085f9a2f55 Mon Sep 17 00:00:00 2001 From: bluejay Date: Wed, 11 Mar 2026 00:50:48 +0000 Subject: [PATCH] Add public IngressRoute for webmail.flowercore.io --- apps/mail/mail.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/apps/mail/mail.yaml b/apps/mail/mail.yaml index 7ca814d..789ed87 100644 --- a/apps/mail/mail.yaml +++ b/apps/mail/mail.yaml @@ -239,3 +239,21 @@ spec: port: 993 tls: secretName: mail-tls +--- +# Public IngressRoute - Webmail (flowercore.io with Cloudflare origin cert) +apiVersion: traefik.io/v1alpha1 +kind: IngressRoute +metadata: + name: mail-webmail-public + namespace: mail +spec: + entryPoints: + - websecure + routes: + - match: Host(`webmail.flowercore.io`) + kind: Rule + services: + - name: mail-webmail + port: 8080 + tls: + secretName: cf-origin-flowercore-io