Skip to content

Commit

Permalink
Bump Front CPU to 2000m (#3886)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Feb 22, 2024
1 parent 58e15da commit 57372d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/deployments/front-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ spec:

resources:
requests:
cpu: 1000m
cpu: 2000m
memory: 2.5Gi

limits:
cpu: 1000m
cpu: 2000m
memory: 2.5Gi

volumes:
Expand Down

0 comments on commit 57372d8

Please sign in to comment.