ix_values.yaml 543 B

12345678910111213141516171819202122232425262728293031323334353637
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: pihole/pihole
  4. tag: 2024.07.0
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. podOptions:
  10. dnsConfig:
  11. options: []
  12. piholeConfig:
  13. webPassword: ''
  14. additionalEnvs: []
  15. piholeNetwork:
  16. webPort: 20489
  17. interfaceName: ''
  18. dhcp:
  19. enabled: false
  20. start: ''
  21. end: ''
  22. gateway: ''
  23. piholeStorage:
  24. config:
  25. type: ixVolume
  26. ixVolumeConfig:
  27. datasetName: config
  28. dnsmasq:
  29. type: ixVolume
  30. ixVolumeConfig:
  31. datasetName: dnsmasq
  32. additionalStorages: []