mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
17 lines
349 B
YAML
17 lines
349 B
YAML
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: zitadel-server
|
|
annotations:
|
|
argocd.argoproj.io/hook: PostSync
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- kind: Rule
|
|
match: Host(`heritage.varghacsongor.hu`) && Path(`/login`)
|
|
services:
|
|
- name: zitadel
|
|
port: 8080
|
|
tls: {} |