From 26c55c969dd6df01653f656fcc12bdcc784b9988 Mon Sep 17 00:00:00 2001 From: nspmx Date: Tue, 9 Apr 2024 10:44:16 -0400 Subject: [PATCH] clean nginx configuration --- helm/values-api.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helm/values-api.yaml b/helm/values-api.yaml index 958f830..e8c62f9 100644 --- a/helm/values-api.yaml +++ b/helm/values-api.yaml @@ -72,9 +72,6 @@ ingress: nginx.org/proxy-read-timeout: "240s" nginx.org/proxy-send-timeout: "240s" nginx.org/proxy-buffering: "false" - # nginx.org/proxy-buffers: "8 16k" - # nginx.org/proxy-buffer-size: "16k" - # nginx.org/proxy-busy-buffers-size: "64k" nginx.org/location-snippets: | add_header Access-Control-Allow-Origin *;