basic-values.yaml 904 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. headscale:
  6. server_url: http://localhost:8080
  7. dns:
  8. base_domain: headscale.example.com
  9. nameservers_global:
  10. - 1.1.1.1
  11. - 1.0.0.1
  12. - 2606:4700:4700::1111
  13. - 2606:4700:4700::1001
  14. additional_envs: []
  15. network:
  16. host_network: false
  17. api_port:
  18. bind_mode: published
  19. port_number: 8080
  20. certificate_id: null
  21. run_as:
  22. user: 568
  23. group: 568
  24. ix_volumes:
  25. config: /opt/tests/mnt/headscale/config
  26. lib: /opt/tests/mnt/headscale/lib
  27. run: /opt/tests/mnt/headscale/run
  28. storage:
  29. config:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: config
  33. create_host_path: true
  34. lib:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: lib
  38. create_host_path: true
  39. run:
  40. type: ix_volume
  41. ix_volume_config:
  42. dataset_name: run
  43. create_host_path: true
  44. additional_storage: []