From fcd26833b1fc442c4a14fcf1a817ea66fc7f3ee4 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 27 Apr 2026 15:16:40 +0700 Subject: [PATCH] ++ --- .../infrastructure/patches/istio-config.yaml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index 2bc349f..a4d5f78 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -215,6 +215,32 @@ spec: rewrite: / service: frontend-svc.documentations.svc.cluster.local port: 80 + documentations-api: + name: documentations-api-virt-service + namespace: gateway + hosts: + - sarex.contour.infra.sarex.tech + gateways: + - gateway/platform-gateway + routes: + - path: + prefix: /documentations/api/ + rewrite: / + service: backend-api-svc.documentations.svc.cluster.local + port: 80 + filestream-api: + name: documentations-filestream-virt-service + namespace: gateway + hosts: + - sarex.contour.infra.sarex.tech + gateways: + - gateway/platform-gateway + routes: + - path: + prefix: /documentations/filestream/ + rewrite: / + service: backend-filestream-svc.documentations.svc.cluster.local + port: 80 issues-frontend: name: issues-frontend-virt-service namespace: gateway