From 64963061d6039dd7252d15ccc8a48a682dac2d47 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 30 Jun 2021 12:50:51 +0200 Subject: [PATCH] Increase NC postgres pod CPU limit Fixes: #830 --- flux2/apps/nextcloud/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flux2/apps/nextcloud/release.yaml b/flux2/apps/nextcloud/release.yaml index 555d5d19b..b18463545 100644 --- a/flux2/apps/nextcloud/release.yaml +++ b/flux2/apps/nextcloud/release.yaml @@ -151,10 +151,10 @@ spec: postgresqlPassword: "${onlyoffice_postgresql_password}" resources: limits: - cpu: 200m + cpu: 400m memory: 256Mi requests: - cpu: 100m + cpu: 200m memory: 128Mi rabbitmq: -- GitLab