basic-values.yaml 435 B

123456789101112131415161718192021222324252627282930
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. esphome:
  6. devices: []
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. additional_ports: []
  11. web_port:
  12. bind_mode: published
  13. port_number: 36502
  14. run_as:
  15. user: 568
  16. group: 568
  17. ix_volumes:
  18. config: /opt/tests/mnt/config
  19. storage:
  20. config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: config
  24. create_host_path: true
  25. additional_storage: []