basic-values.yaml 381 B

12345678910111213141516171819
  1. tdarrConfig:
  2. nodeName: My Internal Node
  3. tdarrID:
  4. user: 1001
  5. group: 1001
  6. tdarrStorage:
  7. server:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Name }}/server
  10. configs:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Name }}/configs
  13. logs:
  14. type: hostPath
  15. hostPath: /mnt/{{ .Release.Name }}/logs
  16. transcodes:
  17. type: emptyDir
  18. medium: Memory
  19. size: 1Gi