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