values.yaml 413 B

12345678910111213141516171819202122232425262728
  1. image:
  2. repository: adguard/adguardhome
  3. tag: v0.107.26
  4. pullPolicy: IfNotPresent
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. adguardNetwork:
  10. webPort: 30000
  11. enableDHCP: false
  12. # FIXME: See _adguard.tpl
  13. # adguardRunAs:
  14. # user: 568
  15. # group: 568
  16. adguardStorage:
  17. work:
  18. type: ixVolume
  19. hostPath: ""
  20. datasetName: work
  21. conf:
  22. type: ixVolume
  23. hostPath: ""
  24. datasetName: conf