diff --git a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml index 88f17d443..4b97e9f94 100644 --- a/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml +++ b/kubernetes/apps/default/qbittorrent/app/helmrelease.yaml @@ -52,6 +52,20 @@ spec: allowPrivilegeEscalation: false readOnlyRootFilesystem: true capabilities: { drop: ["ALL"] } + netshoot: + image: + repository: nicolaka/netshoot + tag: latest + pullPolicy: Always + command: ["/bin/bash"] + args: ["-c", "while true; do ping localhost; sleep 60; done"] + securityContext: + allowPrivilegeEscalation: false + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: { add: ["NET_ADMIN", "NET_RAW"] } initContainers: gluetun: image: