Files
chart/library/ix-dev/charts/home-assistant/ci/test-values.yaml
Stavros Kois d3f0e5f72f Move home-assistant to ix-dev (#1048)
* move home-assistant to ix-dev

* update lock

* switch to lookup

* indent lists
2023-03-21 19:58:25 +02:00

33 lines
686 B
YAML

appVolumeMounts:
config:
emptyDir: true
mountPath: /config
media:
emptyDir: true
mountPath: /media
dnsConfig:
options: []
emptyDirVolumes: true
environmentVariables: []
extraAppVolumeMounts: []
hostNetwork: false
ixChartContext: {}
ownerGID: 568
ownerUID: 568
postgresAppVolumeMounts:
postgres-backup:
emptyDir: true
mountPath: /postgres_backups
postgres-data:
emptyDir: true
mountPath: /var/lib/postgresql/data
postgresql:
backupVolume:
datasetName: ix-postgres_backups
mountPath: /postgres_backups
dataVolume:
datasetName: ix-postgres_data
mountPath: /var/lib/postgresql/data
timezone: America/Los_Angeles
web_port: 32000