dhcp-values.yaml 954 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. pihole:
  7. web_password: "super-secret-password"
  8. shm_size_mb: 64
  9. additional_envs: []
  10. network:
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. https_port:
  15. bind_mode: ''
  16. port_number: 8443
  17. dns_port:
  18. bind_mode: published
  19. port_number: 1053
  20. host_network: true
  21. interface_name: ''
  22. dns_listening_mode: single
  23. dhcp_config:
  24. dhcp_enabled: true
  25. start: 192.123.123.100
  26. end: 192.123.123.200
  27. gateway: 192.123.123.1
  28. ix_volumes:
  29. config: /opt/tests/mnt/config
  30. dnsmasq: /opt/tests/mnt/dnsmasq
  31. storage:
  32. config:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: config
  36. create_host_path: true
  37. dnsmasq:
  38. type: ix_volume
  39. ix_volume_config:
  40. dataset_name: dnsmasq
  41. create_host_path: true
  42. additional_storage:
  43. - type: anonymous
  44. mount_path: /scratchpad
  45. volume_config:
  46. nocopy: true