From 2759040a6345bcb76810fb03dd38c908f8319a1d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 May 2026 15:21:21 +0500 Subject: [PATCH] ++ --- apps/django/base/nginx-configmap.yaml | 2 ++ .../infrastructure/patches/istio-config.yaml | 15 +-------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/apps/django/base/nginx-configmap.yaml b/apps/django/base/nginx-configmap.yaml index 1464b62..c210fb5 100644 --- a/apps/django/base/nginx-configmap.yaml +++ b/apps/django/base/nginx-configmap.yaml @@ -80,6 +80,8 @@ data: # } location ~^/workspaces-v2/(.+).js { + proxy_http_version 1.1; + proxy_set_header Connection ""; rewrite /workspaces-v2/(.+) /$1 break; proxy_pass http://frontend-svc.workspaces.svc.cluster.local:80; } diff --git a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml index c869623..ff47f04 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/istio-config.yaml @@ -325,19 +325,6 @@ spec: rewrite: /api/ service: backend-svc.workspaces.svc.cluster.local port: 80 - # workspaces-frontend: - # name: workspaces-frontend-virt-service - # namespace: gateway - # hosts: - # - sarex.contour.infra.sarex.tech - # gateways: - # - gateway/platform-gateway - # routes: - # - path: - # prefix: /workspaces-v2/ - # rewrite: / - # service: frontend-svc.workspaces.svc.cluster.local - # port: 80 documentations-frontend: name: documentations-frontend-virt-service namespace: gateway @@ -386,7 +373,7 @@ spec: - gateway/platform-gateway routes: - path: - prefix: /documentations/filestream/ + prefix: /files/api/ rewrite: / service: backend-filestream-svc.documentations.svc.cluster.local port: 80