From 06ddbd433287ce5a6a743b0072554d62957a94a9 Mon Sep 17 00:00:00 2001 From: ftocal <46001274+ftocal@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:45:48 -0300 Subject: [PATCH] Adjust memory resources in k8s for pipeline (#580) Co-authored-by: walker-16 --- deploy/pipeline/env/staging.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/pipeline/env/staging.env b/deploy/pipeline/env/staging.env index a945b895..ab8e8de3 100644 --- a/deploy/pipeline/env/staging.env +++ b/deploy/pipeline/env/staging.env @@ -3,10 +3,10 @@ NAMESPACE=wormscan NAME=wormscan-pipeline REPLICAS=2 IMAGE_NAME= -RESOURCES_LIMITS_MEMORY=30Mi -RESOURCES_LIMITS_CPU=50m -RESOURCES_REQUESTS_MEMORY=15Mi -RESOURCES_REQUESTS_CPU=30m +RESOURCES_LIMITS_MEMORY=64Mi +RESOURCES_LIMITS_CPU=100m +RESOURCES_REQUESTS_MEMORY=32Mi +RESOURCES_REQUESTS_CPU=50m SNS_URL= SNS_AWS_REGION= AWS_IAM_ROLE=