test_values.yaml 779 B

123456789101112131415161718192021222324252627282930313233343536
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /config
  5. media:
  6. emptyDir: true
  7. mountPath: /media
  8. dnsConfig:
  9. options: []
  10. emptyDirVolumes: true
  11. environmentVariables: []
  12. extraAppVolumeMounts: []
  13. hostNetwork: false
  14. image:
  15. pullPolicy: IfNotPresent
  16. repository: homeassistant/home-assistant
  17. tag: 2023.2.1
  18. ixChartContext: {}
  19. ownerGID: 568
  20. ownerUID: 568
  21. postgresAppVolumeMounts:
  22. postgres-backup:
  23. emptyDir: true
  24. mountPath: /postgres_backups
  25. postgres-data:
  26. emptyDir: true
  27. mountPath: /var/lib/postgresql/data
  28. postgresql:
  29. backupVolume:
  30. datasetName: ix-postgres_backups
  31. mountPath: /postgres_backups
  32. dataVolume:
  33. datasetName: ix-postgres_data
  34. mountPath: /var/lib/postgresql/data
  35. timezone: America/Los_Angeles
  36. web_port: 32000