mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
Add zitadel deployment
This commit is contained in:
14
deployment/zitadel/ingressRoute.yaml
Normal file
14
deployment/zitadel/ingressRoute.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: zitadel-server
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host(`heritage.varghacsongor.hu`) && Path(`/login`)
|
||||
services:
|
||||
- name: zitadel
|
||||
tls: {}
|
Reference in New Issue
Block a user