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:
|
securityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
runAsUser: 1000
|
|
||||||
runAsGroup: 1000
|
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- "ALL"
|
- "ALL"
|
||||||
|
add:
|
||||||
|
- "CHOWN"
|
||||||
|
- "SETUID"
|
||||||
|
- "SETGID"
|
||||||
- name: unpackerr
|
- name: unpackerr
|
||||||
image: golift/unpackerr
|
image: golift/unpackerr
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue