feat(hass): mount media

This commit is contained in:
nold 2023-05-22 17:48:40 +02:00
parent 193bb78260
commit caf04bf633

View file

@ -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