1234567891011121314151617181920212223242526272829303132333435363738 |
- image:
- repository: jellyfin/jellyfin
- pullPolicy: IfNotPresent
- tag: 10.10.6
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- jellyfinConfig:
- publishedServerUrl: ''
- additionalEnvs: []
- jellyfinGPU: {}
- jellyfinNetwork:
- webPort: 30013
- hostNetwork: false
- jellyfinRunAs:
- user: 568
- group: 568
- jellyfinStorage:
- config:
- type: ixVolume
- ixVolumeConfig:
- datasetName: config
- cache:
- type: ixVolume
- ixVolumeConfig:
- datasetName: cache
- transcodes:
- type: ixVolume
- ixVolumeConfig:
- datasetName: transcodes
- additionalStorages: []
|