Compare commits
No commits in common. "739bde60acaafed9b2b5a2cfbb8f73c94ae0ae04" and "0e8d765ed6f616a033348cfb8f6358f7ae73508f" have entirely different histories.
739bde60ac
...
0e8d765ed6
@ -35,7 +35,7 @@ spec:
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name:
|
name:
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/workspaces-v2-frontend:contour_8b87e5b0
|
_default: cr.yandex/crp3ccidau046kdj8g9q/workspaces-v2-frontend:contour_8e96aa59
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
_default: IfNotPresent
|
_default: IfNotPresent
|
||||||
|
|
||||||
|
|||||||
@ -4,10 +4,6 @@ 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
|
||||||
@ -614,6 +610,13 @@ 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,10 +4,6 @@ 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
|
||||||
@ -559,6 +555,13 @@ 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