From ff4217a2606f3a77f150fb38ed5681ec3f5ebbf7 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Mon, 22 Jan 2024 11:27:03 +0100
Subject: [PATCH] increase requests even more

---
 chart/templates/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml
index d546ccb19..c54a99d97 100644
--- a/chart/templates/deployment.yaml
+++ b/chart/templates/deployment.yaml
@@ -101,7 +101,7 @@ spec:
             periodSeconds: 1
           resources:
             requests:
-              cpu: 700m
+              cpu: 1
               memory: 500M
             limits:
         - name: scheduler
-- 
GitLab