path
This commit is contained in:
@@ -133,7 +133,7 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: config
|
||||
- mountPath: /downloads
|
||||
- mountPath: /media
|
||||
name: downloads
|
||||
dnsPolicy: ClusterFirst
|
||||
enableServiceLinks: true
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user