Files
chart/library/ix-dev/community/jellyfin/values.yaml
Stavros Kois d692d8dffc NAS-121408 / 23.10 / Add Jellyfin to community train (#1104)
* initial commit

* run tests

* add todo

* add gpu + transcode

* correct datasetname

* fix update strategy

* bump common

* bump

* set min runas to 568

* bump contaienr version

* change min runas

* add email attr

* add metadata
2023-05-02 18:24:16 +03:00

37 lines
596 B
YAML

image:
repository: jellyfin/jellyfin
pullPolicy: IfNotPresent
tag: '10.8.10'
resources:
limits:
cpu: 4000m
memory: 8Gi
jellyfinConfig:
publishedServerUrl: ''
additionalEnvs: []
jellyfinGPU: {}
jellyfinNetwork:
webPort: 30000
hostNetwork: false
jellyfinRunAs:
user: 568
group: 568
jellyfinStorage:
config:
type: ixVolume
hostPath: ''
datasetName: config
cache:
type: ixVolume
hostPath: ''
datasetName: cache
transcodes:
type: ixVolume
hostPath: ''
datasetName: transcodes
medium: ''
size: ''
additionalStorages: []