Skip to content

Commit

Permalink
bump proxy-body-size to 15M (#195)
Browse files Browse the repository at this point in the history
Required to enable large file save.

Co-authored-by: Emmanuel Pignot <[email protected]>
  • Loading branch information
epignot and Emmanuel Pignot authored Apr 3, 2024
1 parent 300e738 commit cfb4b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-proxy
description: A Helm chart for the Spot Big Data Proxy
type: application
version: 0.4.6
version: 0.4.7
appVersion: 0.5.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ingress:
host: "" # Overridden at deploy time
secretNamespace: "" # Overridden at deploy time
secretName: "" # Overridden at deploy time
bodySize: "2M"
bodySize: "15M"

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit cfb4b08

Please sign in to comment.