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