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: volumeMounts:
- mountPath: /config - mountPath: /config
name: config name: config
- mountPath: /downloads - mountPath: /media
name: downloads name: downloads
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
enableServiceLinks: true enableServiceLinks: true

View File

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