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
34 lines
661 B
YAML
34 lines
661 B
YAML
appVolumeMounts:
|
|
config:
|
|
emptyDir: true
|
|
mountPath: /config
|
|
data:
|
|
emptyDir: true
|
|
mountPath: /data
|
|
shared:
|
|
emptyDir: true
|
|
mountPath: shared
|
|
shared-logs:
|
|
emptyDir: true
|
|
mountPath: /config/Library/Application Support/Plex Media Server/Logs
|
|
transcode:
|
|
emptyDir: true
|
|
mountPath: /transcode
|
|
claimToken: ''
|
|
dnsConfig:
|
|
options: []
|
|
emptyDirVolumes: true
|
|
enablePlexPass: false
|
|
environmentVariables: []
|
|
extraAppVolumeMounts:
|
|
- hostPath: /mnt/extras/hello
|
|
mountPath: /mnt/extras
|
|
readOnly: true
|
|
gpuConfiguration: {}
|
|
hostNetwork: false
|
|
plexServiceTCP:
|
|
port: 32400
|
|
timezone: Etc/UTC
|
|
updateStrategy: Recreate
|
|
global: {}
|