Fix Zitadel ingress certificate issuance
This commit is contained in:
parent
0e8d765ed6
commit
1337fd6d33
@ -4,6 +4,10 @@ metadata:
|
|||||||
name: istio-config
|
name: istio-config
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
|
install:
|
||||||
|
disableWait: true
|
||||||
|
upgrade:
|
||||||
|
disableWait: true
|
||||||
values:
|
values:
|
||||||
global:
|
global:
|
||||||
env: brusnika-prod
|
env: brusnika-prod
|
||||||
@ -610,13 +614,6 @@ spec:
|
|||||||
gateways:
|
gateways:
|
||||||
- ingress-nginx/zitadel-gw
|
- ingress-nginx/zitadel-gw
|
||||||
routes:
|
routes:
|
||||||
- match:
|
|
||||||
- port: 80
|
|
||||||
uri:
|
|
||||||
prefix: /
|
|
||||||
redirect:
|
|
||||||
scheme: https
|
|
||||||
redirectCode: 308
|
|
||||||
- path:
|
- path:
|
||||||
prefix: /
|
prefix: /
|
||||||
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
||||||
|
|||||||
@ -4,6 +4,10 @@ metadata:
|
|||||||
name: istio-config
|
name: istio-config
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
|
install:
|
||||||
|
disableWait: true
|
||||||
|
upgrade:
|
||||||
|
disableWait: true
|
||||||
values:
|
values:
|
||||||
global:
|
global:
|
||||||
env: brusnika-stage
|
env: brusnika-stage
|
||||||
@ -555,13 +559,6 @@ spec:
|
|||||||
gateways:
|
gateways:
|
||||||
- ingress-nginx/zitadel-gw
|
- ingress-nginx/zitadel-gw
|
||||||
routes:
|
routes:
|
||||||
- match:
|
|
||||||
- port: 80
|
|
||||||
uri:
|
|
||||||
prefix: /
|
|
||||||
redirect:
|
|
||||||
scheme: https
|
|
||||||
redirectCode: 308
|
|
||||||
- path:
|
- path:
|
||||||
prefix: /
|
prefix: /
|
||||||
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
service: zitadel-idp-contour.zitadel.svc.cluster.local
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user