From 2d576b86ac2817db3ac3103f1c626dffd843c0ae Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 29 Mar 2023 11:12:24 +0200 Subject: [PATCH] Emptydir --- customers/base/nextcloud-deployment.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 2b4b3cd..378d942 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -33,7 +33,7 @@ spec: allowPrivilegeEscalation: false runAsUser: 33 runAsGroup: 33 - fsGroup: 4 + fsGroup: 33 containers: - name: customer image: docker.sunet.se/drive/nextcloud-custom:25.0.3.3-4 @@ -53,6 +53,9 @@ spec: - name: ports-config mountPath: /etc/apache2/ports.conf subPath: ports.conf + - name: log-volume + mountPath: /var/www/apache2 + subPath: apache2 resources: limits: cpu: 1500m @@ -211,3 +214,6 @@ spec: items: - key: "ports.conf" path: "ports.conf" + - name: log-volume + emptyDir: + sizeLimit: 500Mi