mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* Upgraded catalog item(s)
This commit upgrades paperless-ngx, drawio, castopod, immich, jellyfin, passbolt, searxng, homarr, odoo, jellyfin catalog item(s).
* undo 2 apps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
34 lines
543 B
YAML
34 lines
543 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
|
|
datasetName: config
|
|
cache:
|
|
type: ixVolume
|
|
datasetName: cache
|
|
transcodes:
|
|
type: ixVolume
|
|
datasetName: transcodes
|
|
medium: ''
|
|
size: ''
|
|
additionalStorages: []
|