Skip to content

Commit

Permalink
Update default values for helm chart: proxy buffers.
Browse files Browse the repository at this point in the history
  • Loading branch information
axisofentropy committed Jul 17, 2023
1 parent 555c2de commit 0acfe4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/uffizzi-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: uffizzi-controller
version: 2.0.1
version: 2.0.2
kubeVersion: ">= 1.21.6-0" # https://issuetracker.google.com/issues/77503699
description: "A smart proxy service that handles requests from Uffizzi App to the Kubernetes API - 1 of 3 services (controller, uffizzi_app, uffizzi_cli) that comprise the uffizzi full-stack previews engine which automates trigger-based on-demand preview environments"
type: application
Expand Down
3 changes: 3 additions & 0 deletions charts/uffizzi-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ cert-manager: # dependency

ingress-nginx:
controller:
config:
proxy-body-size: "100m"
proxy-buffer-size: "128k"
extraArgs:
enable-ssl-passthrough: true

Expand Down

0 comments on commit 0acfe4a

Please sign in to comment.