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