mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
17 lines
334 B
YAML
17 lines
334 B
YAML
tdarrConfig:
|
|
nodeName: ''
|
|
internalNode: false
|
|
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
|
|
size: 1Gi
|