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