From da1698052c4b840d1a6ed19c4ccedf6a2e73b70f 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/Chart.yaml | 2 +- charts/brokencrystals/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index 51da44f9..153dc938 100644 --- a/charts/brokencrystals/Chart.yaml +++ b/charts/brokencrystals/Chart.yaml @@ -4,7 +4,7 @@ description: | Benchmark application that uses modern technologies and implements a set of common security vulnerabilities type: application -version: 0.0.45 +version: 0.0.46 keywords: - brokencrystals - brkn 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