From 77d6f20146a8ee0ff05726cb1ff37aa9911426b5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 29 Jul 2026 17:55:36 +0500 Subject: [PATCH] ++ --- apps/documentations/base/pdm.yaml | 2 +- .../istio-config/d8-ugmk-prod/istio-config.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/documentations/base/pdm.yaml b/apps/documentations/base/pdm.yaml index c18402f..b86f0ba 100644 --- a/apps/documentations/base/pdm.yaml +++ b/apps/documentations/base/pdm.yaml @@ -198,7 +198,7 @@ spec: _default: http://remarks-static-service.remarks.svc.cluster.local:8080/remarks - name: RESOURCES_URL value: - _default: http://backend-svc.resources.svc.cluster.local:80 + _default: http://iam-backend.iam.svc.cluster.local:8000 - name: S3_SERVICE_ACCOUNT value: _default: /vault/secrets/documentations-s3-account-json diff --git a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml index 7c6ba34..0d01b9d 100644 --- a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml +++ b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml @@ -106,6 +106,19 @@ spec: rewrite: /api/ service: backend-filestream-svc.documentations.svc.cluster.local port: 80 + iam-api: + name: iam-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /iam/api/ + rewrite: /external/api/ + service: iam-backend.iam.svc.cluster.local + port: 8000 documentations-frontend: name: documentations-frontend-virt-service namespace: default