chore(sabnzbd): only mount media on sabnzb container
This commit is contained in:
parent
eff574fc8b
commit
35ba495d38
|
@ -100,8 +100,10 @@ spec:
|
||||||
storage:
|
storage:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Media/Usenet
|
hostPath: /mnt/MainPool/Media/Usenet
|
||||||
globalMounts:
|
advancedMounts:
|
||||||
- path: /storage/Usenet
|
main: # controller name
|
||||||
|
app: # container name
|
||||||
|
- path: /storage/Usenet
|
||||||
|
|
||||||
config:
|
config:
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
|
Loading…
Reference in New Issue