Add public IngressRoute for webmail.flowercore.io
This commit is contained in:
@@ -239,3 +239,21 @@ spec:
|
|||||||
port: 993
|
port: 993
|
||||||
tls:
|
tls:
|
||||||
secretName: mail-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
|
||||||
|
|||||||
Reference in New Issue
Block a user