ok it's working, now lets find the minimum amount of changes needed.
This commit is contained in:
parent
5441f0c5cb
commit
e6496909ab
1 changed files with 9 additions and 9 deletions
|
@ -82,10 +82,10 @@ spec:
|
|||
- secretRef:
|
||||
name: qbittorrent-secret
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
add:
|
||||
- SYS_ADMIN
|
||||
- NET_ADMIN
|
||||
privileged: true
|
||||
|
||||
port-forward:
|
||||
|
@ -155,10 +155,10 @@ spec:
|
|||
qbittorrent:
|
||||
app:
|
||||
- path: /data/nas-media
|
||||
qbtun:
|
||||
type: hostPath
|
||||
hostPath: /dev/net/tun
|
||||
advancedMounts:
|
||||
qbittorrent:
|
||||
gluetun:
|
||||
- path: /dev/net/tun
|
||||
# qbtun:
|
||||
# type: hostPath
|
||||
# hostPath: /dev/net/tun
|
||||
# advancedMounts:
|
||||
# qbittorrent:
|
||||
# gluetun:
|
||||
# - path: /dev/net/tun
|
||||
|
|
Loading…
Reference in a new issue