From d9f88e049ce5ecd1b4222437126ea1ac3c4dd185 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 3 Apr 2024 17:26:26 +0200 Subject: [PATCH] chore(helm): new header for tracker Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/http/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/http/values.yaml b/scripts/helmcharts/openreplay/charts/http/values.yaml index 2a8e9df73..a754ba0c8 100644 --- a/scripts/helmcharts/openreplay/charts/http/values.yaml +++ b/scripts/helmcharts/openreplay/charts/http/values.yaml @@ -71,7 +71,7 @@ ingress: nginx.ingress.kubernetes.io/proxy-send-timeout: "300" nginx.ingress.kubernetes.io/proxy-read-timeout: "300" nginx.ingress.kubernetes.io/cors-allow-methods: POST - nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type,Authorization,Content-Encoding + nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type,Authorization,Content-Encoding,X-Openreplay-Batch nginx.ingress.kubernetes.io/cors-allow-origin: '*' nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-expose-headers: "Content-Length"