From 2d455821fb5de26f5fe144060464281a36e554a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 29 Jul 2026 15:11:26 +0500 Subject: [PATCH] ++ --- .../d8-ugmk-prod/istio-config.yaml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml index a5be6e1..412a2d7 100644 --- a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml +++ b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml @@ -93,6 +93,58 @@ spec: prefix: / service: frontend-svc.django.svc.cluster.local port: 80 + filestream-api: + name: documentations-filestream-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /files/api/ + rewrite: /api/ + service: backend-filestream-svc.documentations.svc.cluster.local + port: 80 + documentations-frontend: + name: documentations-frontend-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /documentations/static/ + rewrite: / + service: frontend-svc.documentations.svc.cluster.local + port: 80 + documentations-api: + name: documentations-api-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /documentations/api/ + rewrite: /api/ + service: backend-api-svc.documentations.svc.cluster.local + port: 80 + srx-admin-frontend: + name: srx-admin-frontend-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /control-interface/ + rewrite: / + service: frontend-svc.control-interface.svc.cluster.local + port: 80 camunda-keycloak: namespace: default hosts: