Update Istio configurations in brusnika-stage: modify vs-bimv2-api namespace to ingress-nginx and add vs-documentations-frontend route.
This commit is contained in:
parent
2e4188e3b4
commit
ab3f5def77
@ -573,7 +573,7 @@ spec:
|
|||||||
|
|
||||||
# ---- Migrated from ugok snapshot (batch 1) ----
|
# ---- Migrated from ugok snapshot (batch 1) ----
|
||||||
vs-bimv2-api:
|
vs-bimv2-api:
|
||||||
namespace: gateway
|
namespace: ingress-nginx
|
||||||
hosts:
|
hosts:
|
||||||
- test.sarex.brusnika.tech
|
- test.sarex.brusnika.tech
|
||||||
gateways:
|
gateways:
|
||||||
@ -612,3 +612,79 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: srx-admin-svc.django.svc.cluster.local
|
service: srx-admin-svc.django.svc.cluster.local
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
|
# ---- Migrated from ugok snapshot (batch 2) ----
|
||||||
|
# vs-documentations-api:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# cors:
|
||||||
|
# allowOrigins:
|
||||||
|
# - exact: "*"
|
||||||
|
# extraAllowMethods:
|
||||||
|
# - HEAD
|
||||||
|
# extraAllowHeaders:
|
||||||
|
# - Range
|
||||||
|
# - Cache-control
|
||||||
|
# allowCredentials: true
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /documentations/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: documentations-api.documentations.svc.cluster.local
|
||||||
|
# port: 8080
|
||||||
|
vs-documentations-frontend:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /documentations/static/
|
||||||
|
rewrite: /
|
||||||
|
service: documentation-frontend-static-service.documentations.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
# vs-files-stream:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /files/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: documentations-filestream.documentations.svc.cluster.local
|
||||||
|
# port: 8080
|
||||||
|
# vs-pdm-api:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /gateway/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: pdm-api.documentations.svc.cluster.local
|
||||||
|
# port: 8080
|
||||||
|
# vs-eav-api:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /eav/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: eav-service.eav.svc.cluster.local
|
||||||
|
# port: 8000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user