mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
37 lines
780 B
YAML
37 lines
780 B
YAML
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /config
|
|
media:
|
|
emptyDir: true
|
|
mountPath: /media
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
extraAppVolumeMounts: []
|
|
hostNetwork: false
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: homeassistant/home-assistant
|
|
tag: 2022.10.5
|
|
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
|