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