Add multiple new Istio configurations for brusnika-stage: vs-pm-frontend, vs-projects-frontend, and vs-rfi-static.
This commit is contained in:
parent
b9b28a3013
commit
5cc0cc0f1b
@ -797,3 +797,73 @@ spec:
|
|||||||
rewrite: /
|
rewrite: /
|
||||||
service: frontend-service.reviews.svc.cluster.local
|
service: frontend-service.reviews.svc.cluster.local
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
|
vs-pm-frontend:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /pm/
|
||||||
|
rewrite: /
|
||||||
|
service: frontend-service.pm.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
|
||||||
|
vs-projects-frontend:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /projects/static/
|
||||||
|
rewrite: /
|
||||||
|
service: frontend-service.projects.svc.cluster.local
|
||||||
|
port: 8000
|
||||||
|
|
||||||
|
vs-rfi-static:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /rfi/static/
|
||||||
|
rewrite: /
|
||||||
|
service: rfi-frontend-service.rfi.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
#
|
||||||
|
# vs-transmittal-frontend:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /transmittal/static/
|
||||||
|
# rewrite: /
|
||||||
|
# service: transmittal-frontend-static.transmittal.svc.cluster.local
|
||||||
|
# port: 80
|
||||||
|
#
|
||||||
|
# vs-workspaces-frontend-v2:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /workspaces-v2/worker/
|
||||||
|
# rewrite: /worker/
|
||||||
|
# service: workspaces-v2-frontend-static-service.workspaces.svc.cluster.local
|
||||||
|
# port: 8080
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user