From fcc2c8f3e50809bd81165182e6cae0725ebe6480 Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Thu, 4 May 2023 10:22:49 +0200 Subject: [PATCH] Bump quotas for Nextcloud --- customers/base/nextcloud-deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/base/nextcloud-deployment.yml b/customers/base/nextcloud-deployment.yml index c01d2f4..351d421 100644 --- a/customers/base/nextcloud-deployment.yml +++ b/customers/base/nextcloud-deployment.yml @@ -53,11 +53,11 @@ spec: subPath: php.ini resources: limits: - cpu: 1500m + cpu: 3000m hugepages-2Mi: 2048Mi memory: 2048Mi requests: - cpu: 500m + cpu: 1000m hugepages-2Mi: 2048Mi memory: 256Mi readinessProbe: