Skip to content

Commit 30609a6

Browse files
feat(internal-gateway): bump proxy buffer limits (#78)
1 parent 0c61e43 commit 30609a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/internal-gateway/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.0
33
description: A Helm chart for Codefresh Internal Gateway
44
name: internal-gateway
5-
version: 0.5.0
5+
version: 0.6.0
66
home: https://github.com/codefresh-io/helm-charts
77
keywords:
88
- codefresh

charts/internal-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A Helm chart for Codefresh Internal Gateway
66

charts/internal-gateway/templates/_location_map.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ locationSnippet: |
1515
proxy_set_header X-Forwarded-Proto $scheme;
1616
proxy_redirect off;
1717
locationDirectives:
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"

0 commit comments

Comments
 (0)