From 52c5c5f21c8cb06cec35bb758aff97ba07054b80 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 22:58:04 +0700 Subject: [PATCH] ++ --- .../infrastructure/patches/istio-config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index 3de0a10..8f4df7e 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -273,6 +273,19 @@ spec: rewrite: /api/ service: backend-svc.issues.svc.cluster.local port: 80 + flows-api: + name: flows-api-virt-service + namespace: gateway + hosts: + - sarex.contour.infra.sarex.tech + gateways: + - gateway/platform-gateway + routes: + - path: + prefix: /flows/api/ + rewrite: /api/ + service: backend-svc.flows.svc.cluster.local + port: 80 workspaces-api: name: workspaces-api-virt-service namespace: gateway