From 9935f2a1d3bd0a282efc4493c731f39489b1dbbe Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 Apr 2026 14:30:48 +0500 Subject: [PATCH] ++ --- .../infrastructure/patches/istio-config.yaml | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index 612b6bf..c77e1f7 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -168,7 +168,7 @@ spec: tls: credentialName: camunda-optimize-tls virtualServices: - platform-frontend: + platform: name: sarex-frontend-virt-service namespace: gateway hosts: @@ -177,21 +177,19 @@ spec: - gateway/platform-gateway routes: - path: - prefix: / - service: frontend-svc.django.svc.cluster.local + prefix: /admin/ + service: backend-svc.django.svc.cluster.local port: 80 - platform-api: - name: sarex-backend-virt-service - namespace: gateway - hosts: - - sarex.contour.infra.sarex.tech - gateways: - - gateway/platform-gateway - routes: + - path: prefix: /api/ service: backend-svc.django.svc.cluster.local port: 80 + + - path: + prefix: / + service: frontend-svc.django.svc.cluster.local + port: 80 vault: name: vault-virt-service namespace: gateway