remove security context from radarr
This commit is contained in:
parent
fbee41dae3
commit
4df993d8d1
1 changed files with 0 additions and 13 deletions
|
@ -45,13 +45,6 @@ spec:
|
|||
globalMounts:
|
||||
- path: /config
|
||||
|
||||
pod:
|
||||
securityContext:
|
||||
runAsUser: 65534
|
||||
runAsGroup: &group 65534
|
||||
fsGroup: *group
|
||||
fsGroupChangePolicy: "OnRootMismatch"
|
||||
|
||||
containers:
|
||||
app:
|
||||
image:
|
||||
|
@ -70,12 +63,6 @@ spec:
|
|||
liveness:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
Reference in a new issue