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

@@ -37,7 +37,7 @@ env:
# -- Set the container timezone
TZ: CET
# -- Path in container where the Web UI is located
TRANSMISSION_WEB_HOME:
TRANSMISSION_WEB_HOME:
# -- Password to access the Web UI
TRANSMISSION_RPC_PASSWORD: CHANGEME
# -- Torrent download directory
@@ -109,7 +109,7 @@ persistence:
downloads:
enabled: true
mountPath: /downloads
mountPath: /media
storageClass: nfs-storage
volumeName: nfs-media-transmission
accessMode: ReadWriteMany