fix: update Ollama URL to K8s service
This commit is contained in:
parent
f6229741fb
commit
3d26e83f38
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ spec:
|
|||
- name: APP_PORT
|
||||
value: "8080"
|
||||
- name: OLLAMA_BASE_URL
|
||||
value: "http://localhost:11434"
|
||||
value: "http://ollama.nxtgauge-ai.svc.cluster.local:11434"
|
||||
- name: OLLAMA_CHAT_MODEL
|
||||
value: "gemma3:270m"
|
||||
- name: OLLAMA_EMBED_MODEL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue