values.yaml 544 B

123456789101112131415161718192021222324252627282930313233343536
  1. image:
  2. repository: ghcr.io/ajnart/homarr
  3. pullPolicy: IfNotPresent
  4. tag: 0.15.10
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. homarrConfig:
  10. password: ''
  11. additionalEnvs: []
  12. homarrNetwork:
  13. webPort: 30052
  14. hostNetwork: false
  15. homarrRunAs:
  16. user: 568
  17. group: 568
  18. homarrStorage:
  19. configs:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: configs
  23. data:
  24. type: ixVolume
  25. ixVolumeConfig:
  26. datasetName: data
  27. icons:
  28. type: ixVolume
  29. ixVolumeConfig:
  30. datasetName: icons
  31. additionalStorages: []