dhcp-values.yaml 688 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. adguard:
  6. additional_envs: []
  7. network:
  8. web_port:
  9. bind_mode: published
  10. port_number: 8080
  11. dns_port:
  12. bind_mode: published
  13. port_number: 1053
  14. host_network: false
  15. dhcp_enabled: true
  16. additional_ports: []
  17. ix_volumes:
  18. work: /opt/tests/mnt/work
  19. config: /opt/tests/mnt/config
  20. storage:
  21. work:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: work
  25. create_host_path: true
  26. config:
  27. type: ix_volume
  28. ix_volume_config:
  29. dataset_name: config
  30. create_host_path: true
  31. additional_storage:
  32. - type: anonymous
  33. mount_path: /scratchpad
  34. volume_config:
  35. nocopy: true