Skip to content

Commit

Permalink
resource requests & limits
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Nov 11, 2023
1 parent 175ddb6 commit 4b2de49
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ apps:
env:
- name: APP_COMPONENT
value: api
resources:
limits:
cpu: 500m
memory: 300Mi
requests:
cpu: 250m
memory: 150Mi
imagePullSecrets:
- name: osuakatsuki-registry-secret
# - name: registry-akatsuki
Expand Down

0 comments on commit 4b2de49

Please sign in to comment.