From 01b2c1651759cbbc83df8daa77bda728804d0ced Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:44:41 +0100 Subject: [PATCH] chore(qbittorrent): Set pvc to downloads directory --- k8s-wheatley/qbittorrent/deployments.yaml | 2 +- k8s-wheatley/qbittorrent/pvc.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s-wheatley/qbittorrent/deployments.yaml b/k8s-wheatley/qbittorrent/deployments.yaml index 03e53df..aa5fdf7 100644 --- a/k8s-wheatley/qbittorrent/deployments.yaml +++ b/k8s-wheatley/qbittorrent/deployments.yaml @@ -76,7 +76,7 @@ spec: volumeMounts: - mountPath: /config name: qbittorrent-config - - mountPath: /shared/media + - mountPath: /shared/media/downloads name: nfs-media securityContext: seccompProfile: diff --git a/k8s-wheatley/qbittorrent/pvc.yaml b/k8s-wheatley/qbittorrent/pvc.yaml index 84c2c2f..aa566ea 100644 --- a/k8s-wheatley/qbittorrent/pvc.yaml +++ b/k8s-wheatley/qbittorrent/pvc.yaml @@ -34,7 +34,7 @@ spec: - ReadWriteMany nfs: server: 10.0.69.10 - path: /tank/media + path: /tank/media/downloads mountOptions: - vers=4.1 - rsize=1048576