Skip to content

Commit

Permalink
Adjust memory resources in k8s for pipeline
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 24, 2023
1 parent 94307b8 commit ed7a4de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deploy/pipeline/env/staging.env
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ed7a4de

Please sign in to comment.