fix(nextcloud): Add support for up to 4G large upload for Ingress NGINX and NGINX Inc. Ingress

This commit is contained in:
Dominik Kaminski
2023-09-03 21:43:55 +02:00
parent 41d40c9b73
commit 6e68f7f28c

View File

@@ -21,6 +21,11 @@ cronjob:
sed -i "s/\*\/5 \* \* \* \* php -f \/var\/www\/html\/cron.php/\*\/1 \* \* \* \* php -f
\/var\/www\/html\/cron.php/g" /var/spool/cron/crontabs/www-data
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: 4G
nginx.org/client-max-body-size: 4G
internalDatabase:
enabled: false
postgresql: