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:
|
- secretRef:
|
||||||
name: qbittorrent-secret
|
name: qbittorrent-secret
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: true
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
- SYS_ADMIN
|
- NET_ADMIN
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
||||||
port-forward:
|
port-forward:
|
||||||
|
@ -155,10 +155,10 @@ spec:
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
app:
|
app:
|
||||||
- path: /data/nas-media
|
- path: /data/nas-media
|
||||||
qbtun:
|
# qbtun:
|
||||||
type: hostPath
|
# type: hostPath
|
||||||
hostPath: /dev/net/tun
|
# hostPath: /dev/net/tun
|
||||||
advancedMounts:
|
# advancedMounts:
|
||||||
qbittorrent:
|
# qbittorrent:
|
||||||
gluetun:
|
# gluetun:
|
||||||
- path: /dev/net/tun
|
# - path: /dev/net/tun
|
||||||
|
|
Loading…
Reference in a new issue