values.yaml 516 B

123456789101112131415161718192021222324252627282930
  1. image:
  2. repository: goofball222/unifi
  3. pullPolicy: IfNotPresent
  4. tag: 8.2.93
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. unifiConfig:
  10. additionalEnvs: []
  11. unifiNetwork:
  12. webHttpsPort: 30072
  13. enableWebHttp: false
  14. webHttpPort: 30073
  15. portalHttpsPort: 30074
  16. enablePortalHttp: false
  17. portalHttpPort: 30075
  18. certificateID:
  19. # Stun only works with hostNetwork: true
  20. hostNetwork: false
  21. unifiStorage:
  22. data:
  23. type: ixVolume
  24. ixVolumeConfig:
  25. datasetName: data
  26. additionalStorages: []