Skip to content

Commit

Permalink
Adjust memory and cpu resources for parser in k8s (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: walker-16 <agpazos85@gmail.com>
  • Loading branch information
ftocal and walker-16 committed Jul 19, 2023
1 parent 3c8b28d commit 3e5001e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/parser/env/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ NAMESPACE=wormscan
NAME=wormscan-parser
REPLICAS=4
IMAGE_NAME=
RESOURCES_LIMITS_MEMORY=30Mi
RESOURCES_LIMITS_CPU=20m
RESOURCES_REQUESTS_MEMORY=15Mi
RESOURCES_REQUESTS_CPU=10m
RESOURCES_LIMITS_MEMORY=256Mi
RESOURCES_LIMITS_CPU=500m
RESOURCES_REQUESTS_MEMORY=128Mi
RESOURCES_REQUESTS_CPU=250m
SQS_URL=
SQS_AWS_REGION=
VAA_PAYLOAD_PARSER_URL=http://wormscan-vaa-payload-parser.wormscan
Expand Down

0 comments on commit 3e5001e

Please sign in to comment.