This commit is contained in:
2025-01-26 21:06:57 +01:00
parent 27c9391ec2
commit 80a6fee1c5
5 changed files with 33 additions and 46 deletions

View File

@ -12,7 +12,7 @@ spec:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: sabnzbd-downloads
name: media-downloads
spec:
accessModes:
- ReadWriteOnce

View File

@ -118,7 +118,7 @@ persistence:
claimName: sabnzbd-config
mountPath: /config
downloads:
claimName: sabnzbd-downloads
claimName: media-downloads
mountPath: /downloads
incomplete:
claimName: sabnzbd-incomplete