mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 21:28:46 +08:00
34 lines
545 B
YAML
34 lines
545 B
YAML
image:
|
|
repository: jellyfin/jellyfin
|
|
pullPolicy: IfNotPresent
|
|
tag: '10.8.10'
|
|
|
|
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: []
|