Files
chart/library/ix-dev/community/jellyfin/values.yaml
bugclerk a32a9d292f Upgraded catalog item(s) (#2949)
* Upgraded catalog item(s)

        This commit upgrades cloudflared, metube, prowlarr, radarr, immich, jellyfin, odoo catalog item(s).

* revert apps with breaking changes

* revert apps with break

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-11-20 16:22:27 +02:00

39 lines
585 B
YAML

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