mirror of
https://github.com/nold360/hive-apps
synced 2025-02-01 12:52:52 +00:00
change(bazarr): folders
This commit is contained in:
parent
a2d011b2a7
commit
b0c777107b
1 changed files with 8 additions and 3 deletions
|
@ -28,8 +28,13 @@ persistence:
|
|||
storageClass: local-path
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
media:
|
||||
movies:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /media/
|
||||
hostPath: /data/media/
|
||||
mountPath: /media/movies
|
||||
hostPath: /data/media/movies
|
||||
tvshows:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /media/tvshows
|
||||
hostPath: /data/media/tvshows
|
||||
|
|
Loading…
Add table
Reference in a new issue