From dbe4e719ea76c9fe87e2d039ed187a19f2e9a6e1 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 16 Feb 2025 13:09:56 +0100 Subject: [PATCH] Change upload limit nc --- apps/templates/nextcloud-helm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml index cf3a418..a593da4 100644 --- a/apps/templates/nextcloud-helm.yaml +++ b/apps/templates/nextcloud-helm.yaml @@ -47,6 +47,12 @@ spec: $CONFIG = array ( 'default_phone_region' => 'NL', ); + upload.config.php: | + '16G', + 'post_max_size' => '16G', + ); phpClientHttpsFix: enabled: true protocol: https