2024-02-19 23:32:50 +01:00
|
|
|
nameOverride: ""
|
|
|
|
|
2023-12-24 16:34:33 +01:00
|
|
|
ollama:
|
2024-04-09 06:43:08 +02:00
|
|
|
externalHost: ""
|
2024-02-19 23:22:10 +01:00
|
|
|
annotations: {}
|
|
|
|
podAnnotations: {}
|
2023-12-24 16:34:33 +01:00
|
|
|
replicaCount: 1
|
2024-02-19 22:43:03 +01:00
|
|
|
image:
|
|
|
|
repository: ollama/ollama
|
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
2024-02-19 22:45:48 +01:00
|
|
|
resources: {}
|
2024-02-19 22:43:03 +01:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
|
|
|
size: 30Gi
|
2024-02-23 17:41:17 +01:00
|
|
|
existingClaim: ""
|
2024-02-19 23:18:06 +01:00
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
|
|
|
storageClass: ""
|
|
|
|
selector: {}
|
|
|
|
annotations: {}
|
2023-12-28 16:28:09 +01:00
|
|
|
nodeSelector: {}
|
2024-02-19 23:32:50 +01:00
|
|
|
# -- If using a special runtime container such as nvidia, set it here.
|
|
|
|
runtimeClassName: ""
|
2024-02-19 22:43:03 +01:00
|
|
|
tolerations:
|
|
|
|
- key: nvidia.com/gpu
|
|
|
|
operator: Exists
|
|
|
|
effect: NoSchedule
|
2023-12-28 16:28:09 +01:00
|
|
|
service:
|
|
|
|
type: ClusterIP
|
2024-02-19 23:22:10 +01:00
|
|
|
annotations: {}
|
2024-02-19 22:33:22 +01:00
|
|
|
port: 80
|
|
|
|
containerPort: 11434
|
2023-12-28 16:28:09 +01:00
|
|
|
gpu:
|
2024-02-19 23:18:06 +01:00
|
|
|
# -- Enable additional ENV values to help Ollama discover GPU usage
|
2023-12-28 16:28:09 +01:00
|
|
|
enabled: false
|
2023-12-24 16:34:33 +01:00
|
|
|
|
|
|
|
webui:
|
2024-02-19 23:22:10 +01:00
|
|
|
annotations: {}
|
|
|
|
podAnnotations: {}
|
2023-12-24 16:34:33 +01:00
|
|
|
replicaCount: 1
|
2024-02-19 22:43:03 +01:00
|
|
|
image:
|
|
|
|
repository: ghcr.io/open-webui/open-webui
|
2024-02-23 11:24:19 +01:00
|
|
|
tag: ""
|
2024-02-19 22:43:03 +01:00
|
|
|
pullPolicy: Always
|
2024-02-19 22:45:48 +01:00
|
|
|
resources: {}
|
2023-12-24 16:34:33 +01:00
|
|
|
ingress:
|
2024-02-19 22:55:22 +01:00
|
|
|
enabled: false
|
2024-02-19 23:37:05 +01:00
|
|
|
class: ""
|
2024-02-19 22:45:48 +01:00
|
|
|
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
|
|
|
# nginx.ingress.kubernetes.io/rewrite-target: /
|
2024-02-19 22:33:22 +01:00
|
|
|
annotations: {}
|
2024-02-19 22:45:48 +01:00
|
|
|
host: ""
|
2024-02-19 23:37:05 +01:00
|
|
|
tls: false
|
|
|
|
existingSecret: ""
|
2024-02-19 22:33:22 +01:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
2024-02-20 00:06:53 +01:00
|
|
|
size: 2Gi
|
2024-02-23 17:41:17 +01:00
|
|
|
existingClaim: ""
|
2024-02-19 23:18:06 +01:00
|
|
|
# -- If using multiple replicas, you must update accessModes to ReadWriteMany
|
|
|
|
accessModes:
|
|
|
|
- ReadWriteOnce
|
|
|
|
storageClass: ""
|
|
|
|
selector: {}
|
|
|
|
annotations: {}
|
2023-12-28 16:28:09 +01:00
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
service:
|
2024-02-19 22:33:22 +01:00
|
|
|
type: ClusterIP
|
2024-02-19 23:22:10 +01:00
|
|
|
annotations: {}
|
2024-02-19 22:33:22 +01:00
|
|
|
port: 80
|
|
|
|
containerPort: 8080
|
|
|
|
nodePort: ""
|
2024-03-08 09:09:21 +01:00
|
|
|
labels: {}
|
|
|
|
loadBalancerClass: ""
|