Skip to content

Commit

Permalink
Merge pull request #22 from nfdi4health/feat/upload-limit
Browse files Browse the repository at this point in the history
feat(k8s): increase nginx file upload limit
  • Loading branch information
vera authored Jun 20, 2024
2 parents 00f5218 + edb00ee commit c679018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion k8s/central-search-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.3
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion k8s/central-search-hub/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
cert-manager.io/issuer: {{ .Values.ingress.certIssuer | quote}}
{{ end }}
nginx.ingress.kubernetes.io/proxy-buffer-size: 12k
nginx.ingress.kubernetes.io/proxy-body-size: 50m
nginx.ingress.kubernetes.io/proxy-body-size: 5g
spec:
{{ if .Values.ingress.enableSSL }}
tls:
Expand Down
2 changes: 1 addition & 1 deletion k8s/cluster_config/csh-ing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/proxy-buffer-size: 12k
nginx.ingress.kubernetes.io/proxy-body-size: 50m
nginx.ingress.kubernetes.io/proxy-body-size: 5g
spec:
rules:
- host: csh.nfdi4health.de
Expand Down

0 comments on commit c679018

Please sign in to comment.