diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index 55f9a7a..d9a3f8e 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -62,6 +62,8 @@ spec: - name: run-volume mountPath: /var/run/apache2 subPath: apache2 + - name: hugepage + mountPath: /dev/hugepages resources: limits: cpu: 1500m @@ -236,3 +238,6 @@ spec: - name: conf-volume emptyDir: sizeLimit: 500Mi + - name: hugepage + emptyDir: + medium: HugePages