Skip to content

Commit

Permalink
feat(EE): increase upload size limit (#57)
Browse files Browse the repository at this point in the history
* feat(EE): increase upload size limit

* chore: updated chart version
  • Loading branch information
RafaelOAiSquared authored Dec 5, 2024
1 parent 95660e4 commit e5914f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/multiwoven/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: multiwoven
description: Open-source reverse ETL, an alternative to Hightouch, Census etc. 🔥
type: application
version: 0.36.0
appVersion: "0.36.0"
version: 0.37.0
appVersion: "0.37.0"
maintainers:
- name: subintp
- name: RafaelOAiSquared
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/templates/multiwoven-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/whitelist-source-range: {{ .Values.multiwovenConfig.allowedSourceIP }}
nginx.ingress.kubernetes.io/proxy-body-size: {{ .Values.multiwovenConfig.nginxProxyBodySize }}
{{ end }}

spec:
Expand Down
1 change: 1 addition & 0 deletions charts/multiwoven/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ multiwovenConfig:
grpcEnableForkSupport: 1
jwtSecret: ""
newRelicKey: yourkey
nginxProxyBodySize: 2m
privateRepo: false
railsEnv: development
railsLogLevel: info
Expand Down

0 comments on commit e5914f2

Please sign in to comment.