From 267afd012a0c11cd5059bbd41d7a99b8c4fc86f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=B0=D0=B1?= =?UTF-8?q?=D1=83=D1=88=D0=BA=D0=B8=D0=BD?= Date: Wed, 26 Mar 2025 13:34:04 +0100 Subject: [PATCH] fixed conflicts --- scripts/helmcharts/openreplay/charts/assist/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/assist/values.yaml b/scripts/helmcharts/openreplay/charts/assist/values.yaml index a3a14eff5..a3b12169d 100644 --- a/scripts/helmcharts/openreplay/charts/assist/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/values.yaml @@ -82,6 +82,10 @@ ingress: add_header 'Access-Control-Allow-Headers' 'sessionid, Content-Type, Authorization' always; add_header 'Access-Control-Max-Age' 1728000; add_header 'Content-Type' 'text/plain charset=UTF-8'; + add_header 'Content-Length' 0; + if ($request_method = 'OPTIONS') { + return 204; + } nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" # kubernetes.io/ingress.class: nginx