mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Updated apps for nvidia GPU support * add a placeholder for linting * Add another layer of check
17 lines
320 B
YAML
17 lines
320 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
|
|
updateStrategy: Recreate
|
|
global: {}
|