From 0703f6a7ea4871321840c68eeeee813024a715f8 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 4 Aug 2026 14:07:53 +0500 Subject: [PATCH] ++ --- apps/checklists/base/helmrelease.yaml | 2 +- .../istio-config/d8-ugmk-prod/istio-config.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/checklists/base/helmrelease.yaml b/apps/checklists/base/helmrelease.yaml index f4fb2cd..9087b32 100644 --- a/apps/checklists/base/helmrelease.yaml +++ b/apps/checklists/base/helmrelease.yaml @@ -64,7 +64,7 @@ spec: service: enabled: true name: - _default: rfi-backend-api-svc + _default: backend-svc type: _default: ClusterIP port: diff --git a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml index d255397..07c0915 100644 --- a/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml +++ b/infrastructure/istio-config/d8-ugmk-prod/istio-config.yaml @@ -191,6 +191,19 @@ spec: rewrite: /api/ service: backend-svc.issues.svc.cluster.local port: 80 + checklists-api: + name: checklists-api-virt-service + namespace: default + hosts: + - sarex.uralmine.com + gateways: + - default/platform-gateway + routes: + - path: + prefix: /checklists/api/ + rewrite: /api/ + service: backend-svc.checklists.svc.cluster.local + port: 80 flows-api: name: flows-api-virt-service namespace: default