mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 03:52:04 +08:00
* 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>
39 lines
585 B
YAML
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: []
|