From 30177043bf5bbd1ea16cb14609e3584ed984fa28 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Fri, 30 Jan 2026 09:32:22 +0100 Subject: [PATCH] chore(qbittorrent): Add gluetun-tmp mount --- k8s-wheatley/qbittorrent/deployments.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index a95999f..a8516c1 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -32,6 +32,8 @@ spec: - mountPath: "/gluetun/wireguard" name: gluetun-wgconfig readOnly: true + - name: gluetun-tmp + mountPath: /tmp/gluetun restartPolicy: Always readinessProbe: exec: @@ -56,8 +58,6 @@ spec: securityContext: seccompProfile: type: RuntimeDefault - runAsUser: 0 - runAsGroup: 0 allowPrivilegeEscalation: true capabilities: drop: @@ -96,6 +96,8 @@ spec: - name: gluetun-wgconfig secret: secretName: gluetun-wgconfig + - name: gluetun-tmp + emptydir: {} - name: nfs-media persistentVolumeClaim: claimName: nfs-media