From 3f86dbd041688e16a024e05b82b56a1e3bded7ff Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Tue, 28 Nov 2023 08:24:29 +0100 Subject: [PATCH] chore(api): allocate more resources to queue pods (#1290) --- k8s/helmfile/env/production/api.values.yaml.gotmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/helmfile/env/production/api.values.yaml.gotmpl b/k8s/helmfile/env/production/api.values.yaml.gotmpl index 239014436..5879b87ef 100644 --- a/k8s/helmfile/env/production/api.values.yaml.gotmpl +++ b/k8s/helmfile/env/production/api.values.yaml.gotmpl @@ -142,11 +142,11 @@ resources: memory: 400Mi queue: requests: - cpu: 1m - memory: 29Mi + cpu: 100m + memory: 256Mi limits: - cpu: 50m - memory: 100Mi + cpu: 250m + memory: 512Mi scheduler: requests: cpu: 5m