feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ec6b51cfd2 - Show all commits

View File

@ -5,7 +5,7 @@ metadata:
name: chat-ai-gateway name: chat-ai-gateway
namespace: bstein-dev-home namespace: bstein-dev-home
spec: spec:
replicas: 0 replicas: 1
revisionHistoryLimit: 2 revisionHistoryLimit: 2
selector: selector:
matchLabels: matchLabels:

View File

@ -76,7 +76,7 @@ spec:
- name: BOT_USER - name: BOT_USER
value: atlasbot value: atlasbot
- name: OLLAMA_URL - name: OLLAMA_URL
value: https://chat.ai.bstein.dev/ value: http://chat-ai-gateway.bstein-dev-home.svc.cluster.local/
- name: OLLAMA_MODEL - name: OLLAMA_MODEL
value: qwen2.5-coder:7b-instruct-q4_0 value: qwen2.5-coder:7b-instruct-q4_0
resources: resources: