From 44a8b7181513ecf2a97828b26a2ecc61941e3a5b Mon Sep 17 00:00:00 2001 From: Jean-Francois Roy Date: Thu, 7 Nov 2024 09:54:31 -0800 Subject: [PATCH] chore(qbittorrent): add netshoot container --- .../apps/default/qbittorrent/app/helmrelease.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml index 88f17d443..f3ac0b730 100644 --- a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml @@ -52,6 +52,18 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: { drop: ["ALL"] } + netshoot: + image: + repository: nicolaka/netshoot + tag: latest + pullPolicy: Always + securityContext: + allowPrivilegeEscalation: false + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: { add: ["NET_ADMIN", "NET_RAW"] } initContainers: gluetun: image: