Files
chart/community/jellyfin/1.2.2/ix_values.yaml
2023-12-17 16:49:43 +00:00

39 lines
585 B
YAML

image:
repository: jellyfin/jellyfin
pullPolicy: IfNotPresent
tag: 10.8.13
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: []