We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbee41d commit 4df993dCopy full SHA for 4df993d
kubernetes/apps/production/arr/radarr/helmrelease.yaml
@@ -45,13 +45,6 @@ spec:
45
globalMounts:
46
- path: /config
47
48
- pod:
49
- securityContext:
50
- runAsUser: 65534
51
- runAsGroup: &group 65534
52
- fsGroup: *group
53
- fsGroupChangePolicy: "OnRootMismatch"
54
-
55
containers:
56
app:
57
image:
@@ -70,12 +63,6 @@ spec:
70
63
liveness:
71
64
enabled: false
72
65
73
74
- allowPrivilegeEscalation: false
75
- capabilities:
76
- drop:
77
- - ALL
78
79
66
resources:
80
67
requests:
81
68
cpu: 100m
0 commit comments