values.yaml 495 B

1234567891011121314151617181920212223242526272829
  1. image:
  2. repository: goofball222/unifi
  3. pullPolicy: IfNotPresent
  4. tag: 7.5.187
  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. datasetName: data
  25. additionalStorages: []