mirror of
https://github.com/truenas/charts.git
synced 2026-04-28 04:23:04 +08:00
This commit upgrades chia, photoprism, home-assistant, storj, nextcloud, emby catalog item(s).
20 lines
388 B
YAML
20 lines
388 B
YAML
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /config
|
|
embyServerHttp:
|
|
port: 32496
|
|
emptyDirVolumes: true
|
|
environmentVariables: []
|
|
extraAppVolumeMounts:
|
|
- hostPath: /mnt/extras/something
|
|
mountPath: /mnt/extras
|
|
readOnly: true
|
|
gpuConfiguration: {}
|
|
hostNetwork: false
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: emby/embyserver
|
|
tag: 4.7.9.0
|
|
updateStrategy: Recreate
|