From 456698ea5b1c8961597f0bd77f9233f57b069f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anatol=20Karalko=C5=AD?= Date: Tue, 6 Feb 2024 18:49:14 +0100 Subject: [PATCH] Reduce CPU requests for NodeJS --- charts/brokencrystals/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index ea60edd4..26d9f56b 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -157,7 +157,7 @@ spec: value: "https://raw.githubusercontent.com/NeuraLegion/brokencrystals/development/config/keys/x509.crt" resources: requests: - cpu: 1800m + cpu: 900m memory: 1024Mi limits: memory: 15G