path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user