From 9f175dd49fc0f01ef60ab4a4e131a8e438e665ac Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 24 Jun 2024 14:22:52 +1000 Subject: [PATCH] fix qBittorrent volumes --- kubernetes/apps/qbittorrent/app/release.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kubernetes/apps/qbittorrent/app/release.yaml b/kubernetes/apps/qbittorrent/app/release.yaml index 0b19fbb..cbb8933 100644 --- a/kubernetes/apps/qbittorrent/app/release.yaml +++ b/kubernetes/apps/qbittorrent/app/release.yaml @@ -28,9 +28,4 @@ spec: volumeName: "qbittorrent-config-pv" volumeMounts: - name: qbittorrent-download-pvc - mountPath: /download - volumes: - - name: qbittorrent-config - hostPath: - path: /mnt/nfs/AppData/qbittorrent/config - type: Directory \ No newline at end of file + mountPath: /download \ No newline at end of file