basic-values.yaml 845 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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: published
  16. port_number: 8443
  17. dns_port:
  18. bind_mode: published
  19. port_number: 1053
  20. host_network: false
  21. interface_name: ''
  22. dns_listening_mode: single
  23. ix_volumes:
  24. config: /opt/tests/mnt/config
  25. dnsmasq: /opt/tests/mnt/dnsmasq
  26. storage:
  27. config:
  28. type: ix_volume
  29. ix_volume_config:
  30. dataset_name: config
  31. create_host_path: true
  32. dnsmasq:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: dnsmasq
  36. create_host_path: true
  37. additional_storage:
  38. - type: anonymous
  39. mount_path: /scratchpad
  40. volume_config:
  41. nocopy: true