Files
chart/library/ix-dev/community/tdarr/ci/basic-values.yaml
Stavros Kois c539489f78 NAS-121565 / 23.10 / Add Tdarr to community train (#1141)
* Add Tdarr to community train

* fix UI

* Apply suggestions from code review
2023-04-26 19:35:16 +03:00

20 lines
381 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