We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880e18a commit c6a22feCopy full SHA for c6a22fe
1 file changed
charts/chart/templates/11-nginx-config-map.yaml
@@ -20,6 +20,10 @@ data:
20
client_header_buffer_size 32k;
21
large_client_header_buffers 8 64k;
22
23
+ proxy_buffer_size 64k;
24
+ proxy_buffers 4 128k;
25
+ proxy_busy_buffers_size 128k;
26
+
27
location {{ default "" (((.Values.tap).routing).front).basePath }}/api {
28
rewrite ^{{ default "" (((.Values.tap).routing).front).basePath }}/api(.*)$ $1 break;
29
proxy_pass http://kubeshark-hub;
0 commit comments