From e6496909ab95bd35926c27be913cf120df959a86 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 7 Aug 2024 09:46:58 -0500 Subject: [PATCH] ok it's working, now lets find the minimum amount of changes needed. --- .../qbittorrent/app/helmrelease.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml index a84a2377..46ff1cb2 100644 --- a/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/qbittorrent/qbittorrent/app/helmrelease.yaml @@ -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