From d6ad4bca2e17ff5a9623cccc0ae3d794bbd66d27 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Thu, 18 Nov 2021 08:18:02 +0000 Subject: [PATCH] Set bodysize on nextcloud ingress Signed-off-by: Marcus Noble --- manifests/nextcloud_chart/nextcloud_chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/nextcloud_chart/nextcloud_chart.yaml b/manifests/nextcloud_chart/nextcloud_chart.yaml index 6b37fec..265af65 100644 --- a/manifests/nextcloud_chart/nextcloud_chart.yaml +++ b/manifests/nextcloud_chart/nextcloud_chart.yaml @@ -37,6 +37,7 @@ spec: annotations: cert-manager.io/cluster-issuer: letsencrypt nginx.ingress.kubernetes.io/force-ssl-redirect: "true" + nginx.ingress.kubernetes.io/proxy-body-size: "0" tls: - hosts: - nextcloud.cluster.fun