Add vs-issues-frontend and vs-reviews-frontend configurations in Istio for brusnika-stage cluster
This commit is contained in:
parent
360e60b63c
commit
b8167e492a
@ -727,3 +727,73 @@ spec:
|
|||||||
uri: /admin
|
uri: /admin
|
||||||
service: eav-service.eav.svc.cluster.local
|
service: eav-service.eav.svc.cluster.local
|
||||||
port: 8000
|
port: 8000
|
||||||
|
|
||||||
|
# vs-flows-api:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /flows/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: backend-service.flows.svc.cluster.local
|
||||||
|
# port: 8000
|
||||||
|
#
|
||||||
|
# vs-flows-frontend:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /flows/static/
|
||||||
|
# rewrite: /
|
||||||
|
# service: frontend-service.flows.svc.cluster.local
|
||||||
|
# port: 80
|
||||||
|
#
|
||||||
|
# vs-issues-api:
|
||||||
|
# namespace: ingress-nginx
|
||||||
|
# hosts:
|
||||||
|
# - test.sarex.brusnika.tech
|
||||||
|
# gateways:
|
||||||
|
# - ingress-nginx/main-gateway
|
||||||
|
# routes:
|
||||||
|
# - match:
|
||||||
|
# - uri:
|
||||||
|
# prefix: /issues/api/
|
||||||
|
# rewrite: /api/
|
||||||
|
# service: issues-service.issues.svc.cluster.local
|
||||||
|
# port: 80
|
||||||
|
|
||||||
|
vs-issues-frontend:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /issues/static/
|
||||||
|
rewrite: /
|
||||||
|
service: static-service.issues.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
|
||||||
|
vs-reviews-frontend:
|
||||||
|
namespace: ingress-nginx
|
||||||
|
hosts:
|
||||||
|
- test.sarex.brusnika.tech
|
||||||
|
gateways:
|
||||||
|
- ingress-nginx/main-gateway
|
||||||
|
routes:
|
||||||
|
- match:
|
||||||
|
- uri:
|
||||||
|
prefix: /reviews/static/
|
||||||
|
rewrite: /
|
||||||
|
service: frontend-service.reviews.svc.cluster.local
|
||||||
|
port: 80
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user