This commit is contained in:
Philip Haupt
2025-05-28 22:01:10 +02:00
parent edff8c35f8
commit 58a6e4ef79
2 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ spec:
volumeMounts:
- mountPath: /config
name: config
- mountPath: /downloads
- mountPath: /media
name: downloads
dnsPolicy: ClusterFirst
enableServiceLinks: true

View File

@@ -109,7 +109,7 @@ persistence:
downloads:
enabled: true
mountPath: /downloads
mountPath: /media
storageClass: nfs-storage
volumeName: nfs-media-transmission
accessMode: ReadWriteMany