Add public IngressRoutes for element.flowercore.io and matrix.flowercore.io
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user