Skip to content

Commit

Permalink
Reduce cpu requests to 100m (from 500m); limits from 750m to 300m
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 1, 2024
1 parent af95d4a commit 7110e09
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 @@ -19,10 +19,10 @@ apps:
# failureThreshold: 3
resources:
limits:
cpu: 750m
cpu: 300m
memory: 1Gi
requests:
cpu: 500m
cpu: 150m
memory: 700Mi
env:
- name: APP_COMPONENT
Expand Down

0 comments on commit 7110e09

Please sign in to comment.