mirror of
https://github.com/nold360/hive-apps
synced 2025-02-01 21:02:50 +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
|
storageClass: local-path
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
media:
|
movies:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
mountPath: /media/
|
mountPath: /media/movies
|
||||||
hostPath: /data/media/
|
hostPath: /data/media/movies
|
||||||
|
tvshows:
|
||||||
|
enabled: true
|
||||||
|
type: hostPath
|
||||||
|
mountPath: /media/tvshows
|
||||||
|
hostPath: /data/media/tvshows
|
||||||
|
|
Loading…
Add table
Reference in a new issue