2024-01-09 18:13:05 +00:00
|
|
|
image:
|
|
|
|
repository: ollama/ollama
|
|
|
|
pullPolicy: IfNotPresent
|
2024-05-05 10:56:12 +00:00
|
|
|
tag: 0.1.33@sha256:6f2f92bd0f3b2785f1d211552fd20de78b5a5b88eea2ba131e1ec2cd2bf36a33
|
2024-04-02 04:48:18 +00:00
|
|
|
rocmImage:
|
|
|
|
repository: ollama/ollama
|
|
|
|
pullPolicy: IfNotPresent
|
2024-05-05 10:56:12 +00:00
|
|
|
tag: 0.1.33-rocm@sha256:5e23b5f4820412c07ddbe35ff678ded2efb9cb5a5ff6eaac9a456366fd1dcaab
|
2024-01-09 18:13:05 +00:00
|
|
|
uiImage:
|
2024-03-11 11:09:25 +00:00
|
|
|
repository: ghcr.io/open-webui/open-webui
|
2024-01-09 18:13:05 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-05-05 10:07:23 +00:00
|
|
|
tag: latest@sha256:ab62ecc09c2f9a64f7bcdfd585d9cb25c38f4b430639e1fb03fe6155cfd02e43
|
2024-01-09 18:13:05 +00:00
|
|
|
|
2024-03-25 00:47:39 +00:00
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2024-01-09 18:13:05 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
targetSelector: ui
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
port: 10686
|
|
|
|
targetSelector: ui
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
targetSelector: main
|
|
|
|
ports:
|
|
|
|
api:
|
|
|
|
enabled: true
|
|
|
|
protocol: http
|
2024-02-08 21:24:58 +00:00
|
|
|
targetPort: 11434
|
2024-01-09 18:13:05 +00:00
|
|
|
port: 11434
|
|
|
|
targetSelector: main
|
|
|
|
|
2024-02-08 21:24:58 +00:00
|
|
|
ingress:
|
|
|
|
api:
|
2024-03-15 22:39:20 +00:00
|
|
|
enabled: false
|
2024-02-08 21:24:58 +00:00
|
|
|
targetSelector:
|
|
|
|
api: api
|
|
|
|
|
2024-03-25 00:47:39 +00:00
|
|
|
ollama:
|
|
|
|
registration:
|
|
|
|
enabled: true
|
|
|
|
# admin | user | pending
|
|
|
|
def_user_role: "pending"
|
|
|
|
stable_diffusion:
|
|
|
|
base_url: ""
|
|
|
|
whisper:
|
|
|
|
model: "base"
|
|
|
|
rag:
|
2024-03-30 12:23:36 +00:00
|
|
|
# cpu | cuda | mps
|
2024-03-25 00:47:39 +00:00
|
|
|
model_device_type: "cpu"
|
|
|
|
# embedding model
|
|
|
|
model: "all-MiniLM-L6-v2"
|
|
|
|
|
2024-01-09 18:13:05 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
imageSelector: image
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /api/version
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.api.ports.api.targetPort }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /api/version
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.api.ports.api.targetPort }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
type: tcp
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.api.ports.api.targetPort }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
ui:
|
|
|
|
enabled: true
|
|
|
|
type: Deployment
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
ui:
|
|
|
|
primary: true
|
|
|
|
enabled: true
|
|
|
|
imageSelector: uiImage
|
2024-03-25 00:47:39 +00:00
|
|
|
resources:
|
|
|
|
excludeExtra: true
|
2024-01-09 18:13:05 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
type: http
|
|
|
|
path: /
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
type: tcp
|
2024-03-15 22:39:20 +00:00
|
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
2024-01-09 18:13:05 +00:00
|
|
|
env:
|
2024-03-15 22:39:20 +00:00
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
OLLAMA_BASE_URL: '{{ printf "http://%v-api:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.api.ports.api.targetPort }}'
|
2024-02-21 21:28:08 +00:00
|
|
|
WEBUI_SECRET_KEY:
|
|
|
|
secretKeyRef:
|
|
|
|
name: ollama-secrets
|
|
|
|
key: WEBUI_SECRET_KEY
|
2024-03-25 00:47:39 +00:00
|
|
|
AUTOMATIC1111_BASE_URL: "{{ .Values.ollama.stable_diffusion.base_url }}"
|
|
|
|
ENABLE_SIGNUP: "{{ .Values.ollama.registration.enabled }}"
|
|
|
|
DEFAULT_USER_ROLE: "{{ .Values.ollama.registration.def_user_role }}"
|
|
|
|
WHISPER_MODEL: "{{ .Values.ollama.whisper.model }}"
|
|
|
|
RAG_EMBEDDING_MODEL: "{{ .Values.ollama.rag.model }}"
|
|
|
|
RAG_EMBEDDING_MODEL_DEVICE_TYPE: "{{ .Values.ollama.rag.model_device_type }}"
|
2024-05-01 19:29:33 +00:00
|
|
|
WEBUI_AUTH_TRUSTED_EMAIL_HEADER: "{{ .Values.ollama.registration.trusted_email_header }}"
|
2024-03-25 00:47:39 +00:00
|
|
|
# OPENAI_API_BASE_URL
|
|
|
|
# OPENAI_API_KEY
|
|
|
|
# DEFAULT_MODELS
|
2024-01-09 18:13:05 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
targetSelector:
|
|
|
|
main:
|
|
|
|
main:
|
|
|
|
mountPath: "/root/.ollama"
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
targetSelector:
|
|
|
|
ui:
|
|
|
|
ui:
|
|
|
|
mountPath: "/app/backend/data"
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|