From 32851ca0579c835aa9c4dcad4f39e78b5acb6f9b Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 27 Jan 2026 12:20:50 -0300 Subject: [PATCH] comms: point atlasbot to ollama and raise gateway memory --- services/bstein-dev-home/chat-ai-gateway-deployment.yaml | 4 ++-- services/comms/atlasbot-deployment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/bstein-dev-home/chat-ai-gateway-deployment.yaml b/services/bstein-dev-home/chat-ai-gateway-deployment.yaml index 7209da6..e572406 100644 --- a/services/bstein-dev-home/chat-ai-gateway-deployment.yaml +++ b/services/bstein-dev-home/chat-ai-gateway-deployment.yaml @@ -67,10 +67,10 @@ spec: resources: requests: cpu: 20m - memory: 64Mi + memory: 128Mi limits: cpu: 200m - memory: 256Mi + memory: 512Mi volumeMounts: - name: code mountPath: /app/gateway.py diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 93b5108..d41f97c 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -80,7 +80,7 @@ spec: - name: BOT_MENTIONS value: atlasbot,aatlasbot - name: OLLAMA_URL - value: http://chat-ai-gateway.bstein-dev-home.svc.cluster.local/ + value: http://ollama.ai.svc.cluster.local:11434/ - name: OLLAMA_MODEL value: qwen2.5:14b-instruct-q4_0 - name: OLLAMA_TIMEOUT_SEC