Files
chart/community/tdarr/1.1.7/ci/basic-values.yaml
2023-12-28 09:40:31 +00:00

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