From edb00ee060b3a0afc352db1a14ec760f0dada706 Mon Sep 17 00:00:00 2001 From: Vera Clemens Date: Thu, 20 Jun 2024 13:17:07 +0200 Subject: [PATCH] feat(k8s): increase nginx file upload limit --- k8s/central-search-hub/Chart.yaml | 2 +- k8s/central-search-hub/templates/ingress.yaml | 2 +- k8s/cluster_config/csh-ing.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/central-search-hub/Chart.yaml b/k8s/central-search-hub/Chart.yaml index cd696d5..fc88cd5 100644 --- a/k8s/central-search-hub/Chart.yaml +++ b/k8s/central-search-hub/Chart.yaml @@ -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 diff --git a/k8s/central-search-hub/templates/ingress.yaml b/k8s/central-search-hub/templates/ingress.yaml index 97f8a8c..0868777 100644 --- a/k8s/central-search-hub/templates/ingress.yaml +++ b/k8s/central-search-hub/templates/ingress.yaml @@ -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: diff --git a/k8s/cluster_config/csh-ing.yaml b/k8s/cluster_config/csh-ing.yaml index 9394c62..0ee8a97 100644 --- a/k8s/cluster_config/csh-ing.yaml +++ b/k8s/cluster_config/csh-ing.yaml @@ -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