From 8124f743176bed87dc94de21d3e645d897031149 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Wed, 26 Jul 2023 17:37:02 -0700 Subject: [PATCH] Increase the CPU and RAM limit for the upgrade responder server From the monitoring, sometimes the server is killed by OOM which leads to some deep decreases in the graphs. As we are getting more Longhorn nodes now, we should increase the server CPU and RAM Signed-off-by: Phan Le --- deploy/upgrade_responder_server/chart-values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deploy/upgrade_responder_server/chart-values.yaml b/deploy/upgrade_responder_server/chart-values.yaml index 4717e2d..fdc2e9a 100644 --- a/deploy/upgrade_responder_server/chart-values.yaml +++ b/deploy/upgrade_responder_server/chart-values.yaml @@ -14,6 +14,14 @@ secret: # Set this to false if you don't want to manage these secrets with helm managed: false +resources: + limits: + cpu: 400m + memory: 512Mi + requests: + cpu: 200m + memory: 256Mi + # This configmap contains information about the latest release # of the application that is using this Upgrade Responder configMap: