From 32f2505be5f7284d0f0930d964058c92c956830a Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Thu, 17 Mar 2022 16:22:25 +0100
Subject: [PATCH] Fix wekan CPU limit

---
 flux2/apps/wekan/wekan-values-configmap.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/flux2/apps/wekan/wekan-values-configmap.yaml b/flux2/apps/wekan/wekan-values-configmap.yaml
index 7358132d0..34e55430d 100644
--- a/flux2/apps/wekan/wekan-values-configmap.yaml
+++ b/flux2/apps/wekan/wekan-values-configmap.yaml
@@ -89,6 +89,9 @@ data:
         memory: 256Mi
         cpu: 300m
       limits:
+        # Needs to get set to null, otherwise the default from the chart
+        # values.yaml is used
+        cpu: null
         memory: 384Mi
     mongodb:
       enabled: true
-- 
GitLab