2023-12-24 15:34:33 +00:00
|
|
|
ollama:
|
|
|
|
replicaCount: 1
|
2024-02-19 21:43:03 +00:00
|
|
|
image:
|
|
|
|
repository: ollama/ollama
|
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
2023-12-24 15:34:33 +00:00
|
|
|
resources:
|
2024-02-17 16:20:53 +00:00
|
|
|
requests:
|
2023-12-24 15:34:33 +00:00
|
|
|
cpu: "2000m"
|
|
|
|
memory: "2Gi"
|
2024-02-17 16:20:53 +00:00
|
|
|
limits:
|
|
|
|
cpu: "4000m"
|
|
|
|
memory: "4Gi"
|
2023-12-24 15:49:56 +00:00
|
|
|
nvidia.com/gpu: "0"
|
2024-02-19 21:43:03 +00:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
size: 30Gi
|
2023-12-28 15:28:09 +00:00
|
|
|
nodeSelector: {}
|
2024-02-19 21:43:03 +00:00
|
|
|
tolerations:
|
|
|
|
- key: nvidia.com/gpu
|
|
|
|
operator: Exists
|
|
|
|
effect: NoSchedule
|
2023-12-28 15:28:09 +00:00
|
|
|
service:
|
|
|
|
type: ClusterIP
|
2024-02-19 21:33:22 +00:00
|
|
|
port: 80
|
|
|
|
containerPort: 11434
|
2023-12-28 15:28:09 +00:00
|
|
|
gpu:
|
|
|
|
enabled: false
|
2023-12-24 15:34:33 +00:00
|
|
|
|
|
|
|
webui:
|
|
|
|
replicaCount: 1
|
2024-02-19 21:43:03 +00:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/open-webui/open-webui
|
|
|
|
tag: main
|
|
|
|
pullPolicy: Always
|
2023-12-24 15:34:33 +00:00
|
|
|
resources:
|
2024-02-17 16:20:53 +00:00
|
|
|
requests:
|
2023-12-24 15:34:33 +00:00
|
|
|
cpu: "500m"
|
|
|
|
memory: "500Mi"
|
2024-02-17 16:20:53 +00:00
|
|
|
limits:
|
|
|
|
cpu: "1000m"
|
|
|
|
memory: "1Gi"
|
2023-12-24 15:34:33 +00:00
|
|
|
ingress:
|
2023-12-28 00:49:51 +00:00
|
|
|
enabled: true
|
2024-02-19 21:33:22 +00:00
|
|
|
annotations: {}
|
2023-12-28 00:49:51 +00:00
|
|
|
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
|
|
|
# nginx.ingress.kubernetes.io/rewrite-target: /
|
2024-02-17 20:18:21 +00:00
|
|
|
host: open-webui.minikube.local
|
2024-02-19 21:33:22 +00:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
size: 2Gi
|
2023-12-28 15:28:09 +00:00
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
service:
|
2024-02-19 21:33:22 +00:00
|
|
|
type: ClusterIP
|
|
|
|
port: 80
|
|
|
|
containerPort: 8080
|
|
|
|
nodePort: ""
|