mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 11:06:11 +08:00
* emby - migrate library * bump version * add caps * ui and meta * add migration * keep version for upgrade
31 lines
411 B
YAML
31 lines
411 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: emby/embyserver
|
|
tag: 4.7.14.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
embyConfig:
|
|
additionalEnvs: []
|
|
|
|
# On migration the default is 2
|
|
embyID:
|
|
user: 568
|
|
group: 568
|
|
|
|
embyNetwork:
|
|
webPort: 9096
|
|
hostNetwork: false
|
|
|
|
embyStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|
|
|
|
embyGPU: {}
|