From 616bd2663495894d10b6bc63b29a60a8c5f7ac17 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Thu, 17 Oct 2024 15:29:53 -0500 Subject: [PATCH] increase memory limits for sidekiq pods --- kubernetes/deployment-production.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/deployment-production.tmpl b/kubernetes/deployment-production.tmpl index a7e6eea..f745a7f 100644 --- a/kubernetes/deployment-production.tmpl +++ b/kubernetes/deployment-production.tmpl @@ -215,10 +215,10 @@ spec: image: ghcr.io/zooniverse/talk-api:__IMAGE_TAG__ resources: requests: - memory: "250Mi" + memory: "500Mi" cpu: "250m" limits: - memory: "700Mi" + memory: "1500Mi" cpu: "1000m" livenessProbe: exec: