mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
fix(arrstack): readOnly: false for hostPath
This commit is contained in:
parent
2b238d10ef
commit
a999cf825e
3 changed files with 6 additions and 1 deletions
|
@ -37,7 +37,8 @@ persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /music
|
mountPath: /music
|
||||||
hostPath: /data/media/music
|
hostPath: /data/media/music/lidarr
|
||||||
|
readOnly: false
|
||||||
torrent:
|
torrent:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
|
|
@ -36,9 +36,11 @@ persistence:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /movies
|
mountPath: /movies
|
||||||
hostPath: /data/media/movies
|
hostPath: /data/media/movies
|
||||||
|
readOnly: false
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent
|
hostPath: /data/torrent
|
||||||
|
readOnly: false
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,10 @@ persistence:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /tvshows
|
mountPath: /tvshows
|
||||||
hostPath: /data/media/tvshows
|
hostPath: /data/media/tvshows
|
||||||
|
readOnly: false
|
||||||
downloads:
|
downloads:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /downloads
|
mountPath: /downloads
|
||||||
hostPath: /data/torrent
|
hostPath: /data/torrent
|
||||||
|
readOnly: false
|
||||||
|
|
Loading…
Reference in a new issue