Skip to content

Commit

Permalink
feat: update radarr resources
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao committed May 21, 2024
1 parent 73e7e22 commit 35fc4c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/apps/media/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,11 @@ spec:
periodSeconds: 5
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
memory: 512Mi
cpu: 100m
memory: 256Mi
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 35fc4c9

Please sign in to comment.