From 5516bd7074e1302fbb386521b18ab24e65e2dc16 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Jul 2026 15:05:04 +0500 Subject: [PATCH] ++ --- .../yc-k8s-test-02/infrastructure/patches/istio-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clusters/yc-k8s-test-02/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test-02/infrastructure/patches/istio-config.yaml index ae93e83..823620f 100644 --- a/clusters/yc-k8s-test-02/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test-02/infrastructure/patches/istio-config.yaml @@ -214,6 +214,12 @@ spec: service: backend-svc.django.svc.cluster.local port: 80 + - path: + prefix: /media/ + rewrite: / + service: s3-proxy-svc.django.svc.cluster.local + port: 80 + - path: prefix: / service: frontend-svc.django.svc.cluster.local