Skip to content

Commit

Permalink
tweak commune-cache requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviPtrs committed Dec 2, 2024
1 parent 610b0cc commit fc8295c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/commune-cache/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ deployment:
image:
repository: ghcr.io/renlabs-dev/commune-cache

resources:
limits:
memory: 512Mi
cpu: 1
requests:
memory: 320Mi
cpu: 0.3

command: ["pnpm"]
args: ["tsx", "./src/index.ts"]

Expand Down

0 comments on commit fc8295c

Please sign in to comment.