hostnet-values.yaml 429 B

12345678910111213141516171819202122
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /etc/pihole
  5. dnsmasq:
  6. emptyDir: true
  7. mountPath: /etc/dnsmasq.d
  8. dhcp: true
  9. dhcp_start: 192.168.10.2
  10. dhcp_end: 192.168.10.254
  11. dhcp_gateway: 192.168.10.1
  12. dnsConfig:
  13. options: []
  14. emptyDirVolumes: true
  15. environmentVariables: []
  16. extraAppVolumeMounts: []
  17. hostNetwork: true
  18. ownerGID: 568
  19. ownerUID: 568
  20. password: admin123
  21. timezone: America/Los_Angeles
  22. web_port: 32000