Skip to content

Commit

Permalink
Increase ram on gunicorn pod
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Oct 2, 2023
1 parent 8326e25 commit 3649ea3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions helm/values/values-prod-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

static:
name: static
Expand Down
4 changes: 2 additions & 2 deletions helm/values/values-prod-lax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

static:
name: static
Expand Down
4 changes: 2 additions & 2 deletions helm/values/values-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

static:
name: static
Expand Down

0 comments on commit 3649ea3

Please sign in to comment.