Skip to content

Commit

Permalink
fix(walnuts-dev): update resource requests for CPU and memory in depl…
Browse files Browse the repository at this point in the history
…oyment.jsonnet

Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 8a551ca commit 96b9ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/apps/walnuts-dev/deployment.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
memory: '512Mi',
},
requests: {
cpu: '5m',
memory: '100Mi',
cpu: '2m',
memory: '120Mi',
},
},
env: [
Expand Down

0 comments on commit 96b9ea8

Please sign in to comment.