extend zitadel ingressroute, modify rule to be root path on domain

This commit is contained in:
2024-03-16 14:59:17 +01:00
parent 2492b94be8
commit e89b1638d9
2 changed files with 13 additions and 2 deletions

View File

@@ -10,8 +10,18 @@ spec:
- websecure
routes:
- kind: Rule
match: Host(`heritage.varghacsongor.hu`) && Path(`/login`)
match: Host(`zitadel.heritage.varghacsongor.hu`)
priority: 10
services:
- name: zitadel
port: 8080
passHostHeader: true
- kind: Rule
match: Host(`zitadel.heritage.varghacsongor.hu`) && Headers(`Content-Type`, `application/grpc`)
priority: 11
services:
- name: zitadel
port: 8080
scheme: h2c
passHostHeader: true
tls: {}

View File

@@ -2,7 +2,8 @@ zitadel:
masterkeySecretName: zitadel-masterkey
configmapConfig:
ExternalSecure: true
ExternalDomain: heritage.varghacsongor.hu
ExternalDomain: zitadel.heritage.varghacsongor.hu
ExternalPort: 443
TLS:
Enabled: false
Database: