diff --git a/kubernetes/apps/qbittorrent/app/volume.yaml b/kubernetes/apps/qbittorrent/app/volume.yaml index d380f77..a6a9c44 100644 --- a/kubernetes/apps/qbittorrent/app/volume.yaml +++ b/kubernetes/apps/qbittorrent/app/volume.yaml @@ -56,7 +56,7 @@ spec: storageClassName: local-path volumeMode: Filesystem capacity: - storage: 5Gi + storage: 64Gi accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain