diff --git a/kubernetes/apps/qbittorrent/app/volume.yaml b/kubernetes/apps/qbittorrent/app/volume.yaml new file mode 100644 index 0000000..fbb7be4 --- /dev/null +++ b/kubernetes/apps/qbittorrent/app/volume.yaml @@ -0,0 +1,16 @@ +apiVersion: v1 +kind: PersistentVolume +metadata: + name: qbittorrent-config + namespace: qbittorrent + labels: + type: local +spec: + volumeMode: Filesystem + capacity: + storage: 250Mi + accessModes: + - ReadWriteOnce + persistentVolumeReclaimPolicy: Retain + local: + path: "/mnt/nfs/AppData/qbittorrent/config" \ No newline at end of file