diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index c614328..6cb914c 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -59,6 +59,9 @@ spec: - name: conf-volume mountPath: /etc/apache2/mods-enabled subPath: mods-enabled + - name: run-volume + mountPath: /var/run/apache2 + subPath: apache2 resources: limits: cpu: 1500m @@ -222,6 +225,9 @@ spec: items: - key: "ports.conf" path: "ports.conf" + - name: run-volume + emptyDir: + sizeLimit: 500Mi - name: log-volume emptyDir: sizeLimit: 500Mi