values.yaml 430 B

123456789101112131415161718192021222324252627282930
  1. image:
  2. repository: ghcr.io/ajnart/homarr
  3. pullPolicy: IfNotPresent
  4. tag: '0.12.3'
  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. datasetName: configs
  22. icons:
  23. type: ixVolume
  24. datasetName: icons
  25. additionalStorages: []