File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v0.0.0
33description : A Helm chart for Codefresh Internal Gateway
44name : internal-gateway
5- version : 0.5 .0
5+ version : 0.6 .0
66home : https://github.com/codefresh-io/helm-charts
77keywords :
88 - codefresh
Original file line number Diff line number Diff line change 11# internal-gateway
22
3- ![ Version: 0.5 .0] ( https://img.shields.io/badge/Version-0.5 .0-informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
3+ ![ Version: 0.6 .0] ( https://img.shields.io/badge/Version-0.6 .0-informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
44
55A Helm chart for Codefresh Internal Gateway
66
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ locationSnippet: |
1515 proxy_set_header X-Forwarded-Proto $scheme;
1616 proxy_redirect off;
1717locationDirectives:
18- proxy_buffer_size: "64k "
19- proxy_buffers: "4 64k "
20- client_max_body_size: "5M "
21- client_body_buffer_size: "16k "
18+ proxy_buffer_size: "128k "
19+ proxy_buffers: "4 128k "
20+ client_max_body_size: "10M "
21+ client_body_buffer_size: "32k "
2222 proxy_connect_timeout: "5s"
2323 proxy_send_timeout: "60s"
2424 proxy_read_timeout: "60s"
You can’t perform that action at this time.
0 commit comments