ix_values.yaml 523 B

123456789101112131415161718192021222324252627282930313233343536
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: pihole/pihole
  4. tag: 2023.11.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. dhcp:
  18. enabled: false
  19. start: ''
  20. end: ''
  21. gateway: ''
  22. piholeStorage:
  23. config:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: config
  27. dnsmasq:
  28. type: ixVolume
  29. ixVolumeConfig:
  30. datasetName: dnsmasq
  31. additionalStorages: []