no-internal-node-values.yaml 334 B

12345678910111213141516
  1. tdarrConfig:
  2. nodeName: ''
  3. internalNode: false
  4. tdarrStorage:
  5. server:
  6. type: hostPath
  7. hostPath: /mnt/{{ .Release.Name }}/server
  8. configs:
  9. type: hostPath
  10. hostPath: /mnt/{{ .Release.Name }}/configs
  11. logs:
  12. type: hostPath
  13. hostPath: /mnt/{{ .Release.Name }}/logs
  14. transcodes:
  15. type: emptyDir
  16. size: 1Gi