mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:41:13 +00:00
change(arrstack|deluge): changed mountpoint /data/torrent to /data/media/torrent because of zfs subvolume
This commit is contained in:
parent
f09bb43048
commit
ddda8830f1
5 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ persistence:
|
|||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /torrent
|
||||
hostPath: /data/torrent
|
||||
hostPath: /data/media/torrent
|
||||
downloads:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
|
|
|
@ -41,6 +41,6 @@ persistence:
|
|||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /downloads
|
||||
hostPath: /data/torrent
|
||||
hostPath: /data/media/torrent
|
||||
readOnly: false
|
||||
|
||||
|
|
|
@ -36,5 +36,5 @@ persistence:
|
|||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /downloads
|
||||
hostPath: /data/torrent
|
||||
hostPath: /data/media/torrent
|
||||
readOnly: false
|
||||
|
|
|
@ -32,4 +32,4 @@ persistence:
|
|||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /downloads
|
||||
hostPath: /data/torrent/complete
|
||||
hostPath: /data/media/torrent/complete
|
||||
|
|
|
@ -45,7 +45,7 @@ persistence:
|
|||
downloads:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /data/torrent
|
||||
hostPath: /data/media/torrent
|
||||
mountPath: /downloads
|
||||
|
||||
tmp:
|
||||
|
|
Loading…
Reference in a new issue