From 8e717cbafde90393914df7f53b8f5d64498098e7 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 3 Apr 2022 18:45:03 +0200
Subject: [PATCH] fix(shared): Increase overall CPU limits

This patch should help to better scale software on the cluster, CPU
limits are not that big of a problem.
---
 shared/resourcequotas/default.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/resourcequotas/default.yaml b/shared/resourcequotas/default.yaml
index db0cb23d6..5492ac047 100644
--- a/shared/resourcequotas/default.yaml
+++ b/shared/resourcequotas/default.yaml
@@ -6,5 +6,5 @@ spec:
   hard:
     requests.cpu: "3"
     requests.memory: 6Gi
-    limits.cpu: "6"
+    limits.cpu: "12"
     limits.memory: 12Gi
-- 
GitLab