Compare commits

...

2 Commits

Author SHA1 Message Date
ivan
739bde60ac ++ 2026-06-05 17:31:43 +05:00
1337fd6d33 Fix Zitadel ingress certificate issuance 2026-06-05 15:26:50 +03:00
3 changed files with 9 additions and 15 deletions

View File

@ -35,7 +35,7 @@ spec:
image:
name:
_default: cr.yandex/crp3ccidau046kdj8g9q/workspaces-v2-frontend:contour_8e96aa59
_default: cr.yandex/crp3ccidau046kdj8g9q/workspaces-v2-frontend:contour_8b87e5b0
pullPolicy:
_default: IfNotPresent

View File

@ -4,6 +4,10 @@ metadata:
name: istio-config
namespace: default
spec:
install:
disableWait: true
upgrade:
disableWait: true
values:
global:
env: brusnika-prod
@ -610,13 +614,6 @@ spec:
gateways:
- ingress-nginx/zitadel-gw
routes:
- match:
- port: 80
uri:
prefix: /
redirect:
scheme: https
redirectCode: 308
- path:
prefix: /
service: zitadel-idp-contour.zitadel.svc.cluster.local

View File

@ -4,6 +4,10 @@ metadata:
name: istio-config
namespace: default
spec:
install:
disableWait: true
upgrade:
disableWait: true
values:
global:
env: brusnika-stage
@ -555,13 +559,6 @@ spec:
gateways:
- ingress-nginx/zitadel-gw
routes:
- match:
- port: 80
uri:
prefix: /
redirect:
scheme: https
redirectCode: 308
- path:
prefix: /
service: zitadel-idp-contour.zitadel.svc.cluster.local