basic-values.yaml 528 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. homarr:
  7. secret_encryption_key: 5c6f97e7590b9d7b26764bed1ae5928b3eda8fc7e40383607ac500fbd6fa1da7
  8. mount_docker_socket: false
  9. additional_envs: []
  10. network:
  11. host_network: false
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. run_as:
  16. user: 568
  17. group: 568
  18. ix_volumes:
  19. data: /opt/tests/mnt/data
  20. storage:
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: data
  25. create_host_path: true
  26. additional_storage: []