From 49ddad4afb21c5ccb8445ce3c6b37da25aa79c58 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 22:29:32 +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 5a1056a..b66b49f 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -260,6 +260,19 @@ spec: rewrite: /api/ service: backend-svc.eav.svc.cluster.local port: 80 + workspaces-api: + name: workspaces-api-virt-service + namespace: gateway + hosts: + - sarex.contour.infra.sarex.tech + gateways: + - gateway/platform-gateway + routes: + - path: + prefix: /workspaces/api/ + rewrite: /api/ + service: backend-svc.workspaces.svc.cluster.local + port: 80 documentations-frontend: name: documentations-frontend-virt-service namespace: gateway