Skip to content

Commit

Permalink
Reduce cpu requests & limits
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 2, 2024
1 parent 382bfc1 commit 68e8573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ apps:
port: 80
resources:
limits:
cpu: 300m
cpu: 200m
memory: 250Mi
requests:
cpu: 150m
cpu: 100m
memory: 150Mi
env:
- name: APP_COMPONENT
Expand Down

0 comments on commit 68e8573

Please sign in to comment.