12345678910111213141516171819 |
- 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
|