Merge branch 'master' of ssh://158-160-253-227.nip.io:2222/infra/iac
This commit is contained in:
commit
0872219553
@ -82,7 +82,7 @@ spec:
|
|||||||
- name: ZITADEL_DOMAIN
|
- name: ZITADEL_DOMAIN
|
||||||
value: zitadel-srx.wb.ru
|
value: zitadel-srx.wb.ru
|
||||||
- name: USE_ZITADEL
|
- name: USE_ZITADEL
|
||||||
value: "1"
|
value: "0"
|
||||||
- name: FLOWS_URL
|
- name: FLOWS_URL
|
||||||
value: http://backend-service.flows.svc.cluster.local:8000
|
value: http://backend-service.flows.svc.cluster.local:8000
|
||||||
- name: LAST_MASTER_BIM
|
- name: LAST_MASTER_BIM
|
||||||
|
|||||||
@ -82,7 +82,7 @@ spec:
|
|||||||
- name: ZITADEL_DOMAIN
|
- name: ZITADEL_DOMAIN
|
||||||
value: zitadel-srx.wb.ru
|
value: zitadel-srx.wb.ru
|
||||||
- name: USE_ZITADEL
|
- name: USE_ZITADEL
|
||||||
value: "1"
|
value: "0"
|
||||||
- name: FLOWS_URL
|
- name: FLOWS_URL
|
||||||
value: http://backend-service.flows.svc.cluster.local:8000
|
value: http://backend-service.flows.svc.cluster.local:8000
|
||||||
- name: LAST_MASTER_BIM
|
- name: LAST_MASTER_BIM
|
||||||
|
|||||||
@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: cr.yandex/crp3ccidau046kdj8g9q/documentation-frontend-app:brusnika_ce5555d3
|
image: cr.yandex/crp3ccidau046kdj8g9q/documentation-frontend-app:brusnika_ae1bb076
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@ -215,6 +215,32 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: frontend-svc.documentations.svc.cluster.local
|
service: frontend-svc.documentations.svc.cluster.local
|
||||||
port: 80
|
port: 80
|
||||||
|
documentations-api:
|
||||||
|
name: documentations-api-virt-service
|
||||||
|
namespace: gateway
|
||||||
|
hosts:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
gateways:
|
||||||
|
- gateway/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /documentations/api/
|
||||||
|
rewrite: /
|
||||||
|
service: backend-api-svc.documentations.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
filestream-api:
|
||||||
|
name: documentations-filestream-virt-service
|
||||||
|
namespace: gateway
|
||||||
|
hosts:
|
||||||
|
- sarex.contour.infra.sarex.tech
|
||||||
|
gateways:
|
||||||
|
- gateway/platform-gateway
|
||||||
|
routes:
|
||||||
|
- path:
|
||||||
|
prefix: /documentations/filestream/
|
||||||
|
rewrite: /
|
||||||
|
service: backend-filestream-svc.documentations.svc.cluster.local
|
||||||
|
port: 80
|
||||||
issues-frontend:
|
issues-frontend:
|
||||||
name: issues-frontend-virt-service
|
name: issues-frontend-virt-service
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user