diff --git a/projects/nextcloud/values/nextcloud.yaml b/projects/nextcloud/values/nextcloud.yaml index f88e3737..89195555 100644 --- a/projects/nextcloud/values/nextcloud.yaml +++ b/projects/nextcloud/values/nextcloud.yaml @@ -43,9 +43,13 @@ nextcloud: extraVolumes: - name: nginx-cache emptyDir: {} + - name: nginx-run + emptyDir: {} extraVolumeMounts: - mountPath: /var/cache/nginx name: nginx-cache + - mountPath: /var/run + name: nginx-run phpConfigs: memory_limit.conf: |