diff --git a/services/bstein-dev-home/chat-ai-gateway-deployment.yaml b/services/bstein-dev-home/chat-ai-gateway-deployment.yaml index 3010a9b..40d74fe 100644 --- a/services/bstein-dev-home/chat-ai-gateway-deployment.yaml +++ b/services/bstein-dev-home/chat-ai-gateway-deployment.yaml @@ -5,7 +5,7 @@ metadata: name: chat-ai-gateway namespace: bstein-dev-home spec: - replicas: 0 + replicas: 1 revisionHistoryLimit: 2 selector: matchLabels: diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index 4618053..278a008 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -76,7 +76,7 @@ spec: - name: BOT_USER value: atlasbot - name: OLLAMA_URL - value: https://chat.ai.bstein.dev/ + value: http://chat-ai-gateway.bstein-dev-home.svc.cluster.local/ - name: OLLAMA_MODEL value: qwen2.5-coder:7b-instruct-q4_0 resources: