basic-values.yaml 490 B

1234567891011121314151617181920212223
  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
  20. # Make sure installation don't fail when 0 GPU are assigned
  21. tdarrGPU:
  22. nvidia.com/gpu: 0
  23. intel.com/gpu: 0