From 427b4c20169e78072f47e4c7fc8c21b19cce17a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anatol=20Karalko=C5=AD?= Date: Wed, 10 Jan 2024 10:28:13 +0100 Subject: [PATCH] Set limits for nodejs container --- charts/brokencrystals/templates/bc-prod-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/brokencrystals/templates/bc-prod-deployment.yaml b/charts/brokencrystals/templates/bc-prod-deployment.yaml index e31c1c5c..c070ac8a 100644 --- a/charts/brokencrystals/templates/bc-prod-deployment.yaml +++ b/charts/brokencrystals/templates/bc-prod-deployment.yaml @@ -60,6 +60,8 @@ spec: requests: cpu: 1800m memory: 1024Mi + limits: + memory: 15G livenessProbe: httpGet: path: /api/config