Skip to content

Commit 4df993d

Browse files
committedFeb 18, 2025
remove security context from radarr
1 parent fbee41d commit 4df993d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
 

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

-13
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ spec:
4545
globalMounts:
4646
- path: /config
4747

48-
pod:
49-
securityContext:
50-
runAsUser: 65534
51-
runAsGroup: &group 65534
52-
fsGroup: *group
53-
fsGroupChangePolicy: "OnRootMismatch"
54-
5548
containers:
5649
app:
5750
image:
@@ -70,12 +63,6 @@ spec:
7063
liveness:
7164
enabled: false
7265

73-
securityContext:
74-
allowPrivilegeEscalation: false
75-
capabilities:
76-
drop:
77-
- ALL
78-
7966
resources:
8067
requests:
8168
cpu: 100m

0 commit comments

Comments
 (0)
Please sign in to comment.