mirror of
https://github.com/nold360/hive-apps
synced 2025-01-03 12:11:16 +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
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /torrent
|
mountPath: /torrent
|
||||||
hostPath: /data/torrent
|
hostPath: /data/media/torrent
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
|
|
@ -41,6 +41,6 @@ persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent
|
hostPath: /data/media/torrent
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
||||||
|
|
|
@ -36,5 +36,5 @@ persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent
|
hostPath: /data/media/torrent
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
|
|
@ -32,4 +32,4 @@ persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent/complete
|
hostPath: /data/media/torrent/complete
|
||||||
|
|
|
@ -45,7 +45,7 @@ persistence:
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /data/torrent
|
hostPath: /data/media/torrent
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
|
|
||||||
tmp:
|
tmp:
|
||||||
|
|
Loading…
Reference in a new issue