Fix env to open-webui
This commit is contained in:
parent
9322dd049d
commit
db532b6a22
@ -1,16 +1,17 @@
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
env:
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: http://ollama.ai-stack.svc.cluster.local:11434
|
||||
# IMPORTANT: disable the embedded Ollama that the chart can deploy
|
||||
ollama:
|
||||
enabled: false
|
||||
|
||||
# IMPORTANT: set BOTH vars to your existing Ollama service
|
||||
extraEnvVars:
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: http://ollama:11434
|
||||
- name: OLLAMA_BASE_URLS
|
||||
value: http://ollama:11434
|
||||
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user