mirror of
https://github.com/truenas/charts.git
synced 2026-02-10 13:56:38 +08:00
24 lines
490 B
YAML
24 lines
490 B
YAML
tdarrConfig:
|
|
nodeName: My Internal Node
|
|
tdarrID:
|
|
user: 1001
|
|
group: 1001
|
|
tdarrStorage:
|
|
server:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/server
|
|
configs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/configs
|
|
logs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/logs
|
|
transcodes:
|
|
type: emptyDir
|
|
medium: Memory
|
|
size: 1Gi
|
|
# Make sure installation don't fail when 0 GPU are assigned
|
|
tdarrGPU:
|
|
nvidia.com/gpu: 0
|
|
intel.com/gpu: 0
|