Skip to content

Commit c6a22fe

Browse files
authored
✨ Update the Helm chart to v53.2.3 (#6)
1 parent 880e18a commit c6a22fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/chart/templates/11-nginx-config-map.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ data:
2020
client_header_buffer_size 32k;
2121
large_client_header_buffers 8 64k;
2222

23+
proxy_buffer_size 64k;
24+
proxy_buffers 4 128k;
25+
proxy_busy_buffers_size 128k;
26+
2327
location {{ default "" (((.Values.tap).routing).front).basePath }}/api {
2428
rewrite ^{{ default "" (((.Values.tap).routing).front).basePath }}/api(.*)$ $1 break;
2529
proxy_pass http://kubeshark-hub;

0 commit comments

Comments
 (0)