mirror of
https://github.com/truenas/charts.git
synced 2026-04-25 19:12:43 +08:00
This commit upgrades emby, qbittorrent, whoogle catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
31 lines
411 B
YAML
31 lines
411 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: emby/embyserver
|
|
tag: 4.8.10.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: {}
|