values.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. nameOverride: ""
  2. ollama:
  3. annotations: {}
  4. podAnnotations: {}
  5. replicaCount: 1
  6. image:
  7. repository: ollama/ollama
  8. tag: latest
  9. pullPolicy: Always
  10. resources: {}
  11. persistence:
  12. enabled: true
  13. size: 30Gi
  14. existingClaim: ""
  15. accessModes:
  16. - ReadWriteOnce
  17. storageClass: ""
  18. selector: {}
  19. annotations: {}
  20. nodeSelector: {}
  21. # -- If using a special runtime container such as nvidia, set it here.
  22. runtimeClassName: ""
  23. tolerations:
  24. - key: nvidia.com/gpu
  25. operator: Exists
  26. effect: NoSchedule
  27. service:
  28. type: ClusterIP
  29. annotations: {}
  30. port: 80
  31. containerPort: 11434
  32. gpu:
  33. # -- Enable additional ENV values to help Ollama discover GPU usage
  34. enabled: false
  35. webui:
  36. annotations: {}
  37. podAnnotations: {}
  38. replicaCount: 1
  39. image:
  40. repository: ghcr.io/open-webui/open-webui
  41. tag: ""
  42. pullPolicy: Always
  43. resources: {}
  44. ingress:
  45. enabled: false
  46. class: ""
  47. # -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
  48. # nginx.ingress.kubernetes.io/rewrite-target: /
  49. annotations: {}
  50. host: ""
  51. tls: false
  52. existingSecret: ""
  53. persistence:
  54. enabled: true
  55. size: 2Gi
  56. existingClaim: ""
  57. # -- If using multiple replicas, you must update accessModes to ReadWriteMany
  58. accessModes:
  59. - ReadWriteOnce
  60. storageClass: ""
  61. selector: {}
  62. annotations: {}
  63. nodeSelector: {}
  64. tolerations: []
  65. service:
  66. type: ClusterIP
  67. annotations: {}
  68. port: 80
  69. containerPort: 8080
  70. nodePort: ""
  71. labels: {}
  72. loadBalancerClass: ""