ix_values.yaml 585 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. image:
  2. repository: jellyfin/jellyfin
  3. pullPolicy: IfNotPresent
  4. tag: 10.10.6
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. jellyfinConfig:
  10. publishedServerUrl: ''
  11. additionalEnvs: []
  12. jellyfinGPU: {}
  13. jellyfinNetwork:
  14. webPort: 30013
  15. hostNetwork: false
  16. jellyfinRunAs:
  17. user: 568
  18. group: 568
  19. jellyfinStorage:
  20. config:
  21. type: ixVolume
  22. ixVolumeConfig:
  23. datasetName: config
  24. cache:
  25. type: ixVolume
  26. ixVolumeConfig:
  27. datasetName: cache
  28. transcodes:
  29. type: ixVolume
  30. ixVolumeConfig:
  31. datasetName: transcodes
  32. additionalStorages: []