ix_values.yaml 411 B

123456789101112131415161718192021222324252627282930
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: emby/embyserver
  4. tag: 4.8.10.0
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. embyConfig:
  10. additionalEnvs: []
  11. # On migration the default is 2
  12. embyID:
  13. user: 568
  14. group: 568
  15. embyNetwork:
  16. webPort: 9096
  17. hostNetwork: false
  18. embyStorage:
  19. config:
  20. type: ixVolume
  21. ixVolumeConfig:
  22. datasetName: config
  23. additionalStorages: []
  24. embyGPU: {}