From 32b8af986c4140304184cdd51928f20ae52ee29e Mon Sep 17 00:00:00 2001 From: Jeremy Dyer Date: Wed, 23 Oct 2024 11:36:27 -0400 Subject: [PATCH] Increase Redis master and replica memory for k8s (#184) --- helm/values.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/helm/values.yaml b/helm/values.yaml index d32d5575b..2afb1d756 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -238,8 +238,17 @@ redis: enabled: false replica: replicaCount: 1 + resources: + requests: + memory: "6Gi" + limits: + memory: "12Gi" master: - resourcesPreset: xlarge + resources: + requests: + memory: "6Gi" + limits: + memory: "12Gi" ## @section Environment Variables ## @descriptionStart