Skip to content

Commit

Permalink
[PCP-7954] add nginx proxy body size
Browse files Browse the repository at this point in the history
  • Loading branch information
syan-tibco committed Nov 13, 2024
1 parent 1902e4a commit 0ff179d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/provisioner-config-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apiVersion: v2
name: provisioner-config-local
description: Platform Provisioner local config
type: application
version: "1.0.68"
version: "1.0.69"
appVersion: "2.0.0"
home: https://github.com/TIBCOSoftware/tp-helm-charts
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ helmCharts:
annotations:
external-dns.alpha.kubernetes.io/hostname: "*.${CP_SERVICE_DNS_DOMAIN}"
nginx.ingress.kubernetes.io/proxy-buffer-size: 16k
nginx.ingress.kubernetes.io/proxy-body-size: 200m # set to 200m to allow large file upload PCP-7954
ingressClassName: ${CP_INGRESS_CLASSNAME}
hosts:
- host: '*.${CP_SERVICE_DNS_DOMAIN}'
Expand Down
1 change: 1 addition & 0 deletions docs/recipes/controlplane/tp-cp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ helmCharts:
annotations:
external-dns.alpha.kubernetes.io/hostname: "*.${CP_SERVICE_DNS_DOMAIN}"
nginx.ingress.kubernetes.io/proxy-buffer-size: 16k
nginx.ingress.kubernetes.io/proxy-body-size: 200m # set to 200m to allow large file upload PCP-7954
ingressClassName: ${CP_INGRESS_CLASSNAME}
hosts:
- host: '*.${CP_SERVICE_DNS_DOMAIN}'
Expand Down

0 comments on commit 0ff179d

Please sign in to comment.