Skip to content

Commit

Permalink
fix(helm): add more resources to sonarr
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed Nov 27, 2024
1 parent 61c96a6 commit 3f4de46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/raspberry/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ spec:
periodSeconds: 5
resources:
requests:
cpu: 400m
memory: 400Mi
cpu: 500m
memory: 256Mi
limits:
cpu: 400m
memory: 400Mi
cpu: 1
memory: 512Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 3f4de46

Please sign in to comment.