From 70526ff679cfc38c5ac3ac5e4755aea7c63e5316 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 23 Feb 2022 14:17:33 +0100 Subject: [PATCH] Remove wekan mongodb CPU limits (#1140) --- flux2/apps/wekan/wekan-values-configmap.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flux2/apps/wekan/wekan-values-configmap.yaml b/flux2/apps/wekan/wekan-values-configmap.yaml index 1e86cf40e..7358132d0 100644 --- a/flux2/apps/wekan/wekan-values-configmap.yaml +++ b/flux2/apps/wekan/wekan-values-configmap.yaml @@ -84,6 +84,12 @@ data: stackspin.net/backupSet: "wekan" # https://docs.bitnami.com/kubernetes/infrastructure/mongodb/ # https://github.com/bitnami/charts/tree/master/bitnami/mongodb#parameters + resources: + requests: + memory: 256Mi + cpu: 300m + limits: + memory: 384Mi mongodb: enabled: true architecture: standalone @@ -113,7 +119,6 @@ data: existingClaim: "wekan" resources: limits: - cpu: 1 memory: 1024Mi requests: cpu: 400m -- GitLab