basic-values.yaml 918 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Europe/Paris
  6. home_assistant:
  7. postgres_image_selector: postgres_17_image
  8. db_password: db-home-assistant-password
  9. db_user: home-assistant
  10. db_name: home-assistant
  11. devices: []
  12. additional_envs: []
  13. network:
  14. additional_ports: []
  15. web_port:
  16. bind_mode: published
  17. port_number: 8080
  18. dns_opts: []
  19. certificate_id: null
  20. run_as:
  21. user: 568
  22. group: 568
  23. ix_volumes:
  24. config: /opt/tests/mnt/config
  25. media: /opt/tests/mnt/media
  26. postgres_data: /opt/tests/mnt/postgres_data
  27. storage:
  28. config:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: config
  32. create_host_path: true
  33. media:
  34. type: ix_volume
  35. ix_volume_config:
  36. dataset_name: media
  37. create_host_path: true
  38. postgres_data:
  39. type: ix_volume
  40. ix_volume_config:
  41. dataset_name: postgres_data
  42. create_host_path: true
  43. additional_storage: []