From 1ffe61ea884886661f5401a28011367395d03036 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 31 Aug 2026 16:54:09 +0500 Subject: [PATCH] =?UTF-8?q?feat(bi/d8-ugmk-prod):=20istio-=D0=BC=D0=B0?= =?UTF-8?q?=D1=80=D1=88=D1=80=D1=83=D1=82=D1=8B=20=D0=B4=D0=BB=D1=8F=20bi?= =?UTF-8?q?=20=D0=BD=D0=B0=20sarex-bi.uralmine.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /analytics-v2/api/ -> /api/ -> bi-backend-service.bi:80 /analytics-v2/static/, /analytics-v2/ -> / -> bi-frontend-frontend-svc.bi:80 Префиксы уже, чем catch-all `/` -> superset на том же хосте. Co-Authored-By: Claude Sonnet 5 --- .../d8-ugmk-prod/istio-config.yaml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml index dc525fc..7fd34f9 100644 --- a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml +++ b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml @@ -519,6 +519,37 @@ spec: prefix: / service: rabbitmq.rabbitmq.svc.cluster.local port: 15672 + bi-api: + name: bi-api-virt-service + namespace: default + hosts: + - sarex-bi.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /analytics-v2/api/ + rewrite: /api/ + service: bi-backend-service.bi.svc.cluster.local + port: 80 + bi-frontend: + name: bi-frontend-virt-service + namespace: default + hosts: + - sarex-bi.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /analytics-v2/static/ + rewrite: / + service: bi-frontend-frontend-svc.bi.svc.cluster.local + port: 80 + - path: + prefix: /analytics-v2/ + rewrite: / + service: bi-frontend-frontend-svc.bi.svc.cluster.local + port: 80 superset: namespace: default hosts: