From 426d4f7ae807f4374f4bbe48c8900364bba779d1 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 21 Oct 2024 09:29:20 -0500 Subject: [PATCH] increase memory limits for sidekiq pods (#374) --- 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: