Adjust memory resources in k8s for pipeline (#580)

Co-authored-by: walker-16 <agpazos85@gmail.com>
This commit is contained in:
ftocal 2023-07-24 16:45:48 -03:00 committed by GitHub
parent 9b67c75f07
commit 06ddbd4332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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=