Skip to content

Commit

Permalink
tweak requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Dec 4, 2024
1 parent dcf5e08 commit 819418c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/commune-cache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ deployment:
memory: 512Mi
cpu: 1
requests:
memory: 320Mi
cpu: 0.3
memory: 200Mi
cpu: 0.1

command: ["pnpm"]
args: ["tsx", "./src/index.ts"]
Expand Down
4 changes: 2 additions & 2 deletions apps/commune-worker/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ releases:
cpu: 1
requests:
memory: 200Mi
cpu: 0.4
cpu: 0.1

- name: '{{ .Values.releasePrefix }}-module-fetcher'
namespace: '{{ .Values.namespace }}'
Expand All @@ -53,7 +53,7 @@ releases:
resources:
limits:
memory: 500Mi
cpu: 0.5
cpu: 1
requests:
memory: 280Mi
cpu: 0.25
Expand Down

0 comments on commit 819418c

Please sign in to comment.