Skip to content

Commit 3962007

Browse files
committedFeb 19, 2025
Update radarr
1 parent 652ad58 commit 3962007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎kubernetes/apps/production/arr/radarr/helmrelease.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ spec:
4747

4848
pod:
4949
securityContext:
50-
runAsUser: 1026
51-
runAsGroup: &group 100
50+
runAsUser: 1000
51+
runAsGroup: &group 1000
5252
fsGroup: *group
5353
fsGroupChangePolicy: "OnRootMismatch"
5454
dnsPolicy: None
@@ -77,8 +77,8 @@ spec:
7777

7878
resources:
7979
requests:
80-
cpu: 200m
81-
memory: 300Mi
80+
cpu: 50m
81+
memory: 150Mi
8282
limits:
8383
memory: 512Mi
8484

0 commit comments

Comments
 (0)
Please sign in to comment.