mirror of
https://github.com/nold360/hive-apps
synced 2024-11-16 02:29:34 +00:00
feat(hass): mount media
This commit is contained in:
parent
193bb78260
commit
caf04bf633
1 changed files with 6 additions and 0 deletions
|
@ -98,6 +98,12 @@ persistence:
|
|||
storageClass: local-path
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1Gi
|
||||
media:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
mountPath: /media
|
||||
hostPath: /data/media
|
||||
readOnly: true
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue