lets get this unpriv'd
This commit is contained in:
parent
ad357e1cb2
commit
b866a00358
1 changed files with 11 additions and 2 deletions
|
@ -82,11 +82,13 @@ spec:
|
|||
- secretRef:
|
||||
name: qbittorrent-secret
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
add:
|
||||
- NET_ADMIN
|
||||
privileged: true
|
||||
drop:
|
||||
- ALL
|
||||
# privileged: true
|
||||
|
||||
port-forward:
|
||||
image:
|
||||
|
@ -155,3 +157,10 @@ spec:
|
|||
qbittorrent:
|
||||
app:
|
||||
- path: /data/nas-media
|
||||
qbtun:
|
||||
type: hostPath
|
||||
hostPath: /dev/net
|
||||
advancedMounts:
|
||||
qbittorrent:
|
||||
gluetun:
|
||||
- path: /dev/net
|
||||
|
|
Loading…
Reference in a new issue