Uncomment and restore vs-flows-api and vs-flows-frontend configurations in Istio for brusnika-stage cluster.

This commit is contained in:
emelinda 2026-06-05 18:28:32 +03:00
parent 81f6c63260
commit b9b28a3013

View File

@ -715,33 +715,34 @@ spec:
rewrite: /admin
service: eav-service.eav.svc.cluster.local
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-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