Add public IngressRoutes for element.flowercore.io and matrix.flowercore.io

This commit is contained in:
2026-03-11 00:50:44 +00:00
parent 5f30f85569
commit bd5684f984

View File

@@ -457,3 +457,39 @@ metadata:
namespace: matrix namespace: matrix
spec: spec:
itemPath: vaults/IAmWorkin/items/Matrix Synapse itemPath: vaults/IAmWorkin/items/Matrix Synapse
---
# Public IngressRoute - Element Web (flowercore.io with Cloudflare origin cert)
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: element-public
namespace: matrix
spec:
entryPoints:
- websecure
routes:
- match: Host(`element.flowercore.io`)
kind: Rule
services:
- name: element-web
port: 80
tls:
secretName: cf-origin-flowercore-io
---
# Public IngressRoute - Synapse (flowercore.io with Cloudflare origin cert)
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: synapse-public
namespace: matrix
spec:
entryPoints:
- websecure
routes:
- match: Host(`matrix.flowercore.io`)
kind: Rule
services:
- name: synapse
port: 8008
tls:
secretName: cf-origin-flowercore-io