Files
chart/library/ix-dev/community/tdarr/ci/basic-values.yaml
2023-05-12 15:13:17 +03: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