values.yaml 778 B

12345678910111213141516171819202122232425262728293031
  1. ollama:
  2. gpu:
  3. enabled: true
  4. type: "nvidia"
  5. number: 1
  6. ingress:
  7. enabled: false
  8. # className: "nginx"
  9. # annotations:
  10. # acme.cert-manager.io/http01-edit-in-place: "true"
  11. # cert-manager.io/cluster-issuer: "letsencrypt"
  12. # nginx.org/client-max-body-size: "500m"
  13. # nginx.org/proxy-connect-timeout: "60s"
  14. # nginx.org/proxy-read-timeout: "60s"
  15. # nginx.org/redirect-to-https: "true"
  16. # ingress.kubernetes.io/ssl-redirect: "true"
  17. # hosts:
  18. # - host: "llm.dodges.it"
  19. # paths:
  20. # - path: "/"
  21. # pathType: "Prefix"
  22. # tls:
  23. # - hosts:
  24. # - llm.dodges.it
  25. # secretName: llm-le-secret
  26. persistentVolume:
  27. enabled: true
  28. storageClass: "nfs-vrt"
  29. size: "100Gi"
  30. nodeSelector:
  31. nvidia.com/gpu.present: "true"