Skip to content

Commit

Permalink
Bump cpu/mem requests & limits
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 5, 2024
1 parent cd48e97 commit bad8394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ apps:
failureThreshold: 3
resources:
limits:
cpu: 300m
memory: 250Mi
cpu: 400m
memory: 400Mi
requests:
cpu: 150m
memory: 150Mi
cpu: 250m
memory: 250Mi
env:
- name: APP_COMPONENT
value: api
Expand Down

0 comments on commit bad8394

Please sign in to comment.