fix: Set less strict securityContext for slskd
This commit is contained in:
parent
96f08c8dfd
commit
85af131c88
1 changed files with 4 additions and 2 deletions
|
|
@ -136,12 +136,14 @@ spec:
|
|||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
runAsUser: 1000
|
||||
runAsGroup: 1000
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- "ALL"
|
||||
add:
|
||||
- "CHOWN"
|
||||
- "SETUID"
|
||||
- "SETGID"
|
||||
- name: unpackerr
|
||||
image: golift/unpackerr
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue