From 37a68f970dc62876fab86d920e844335c2074150 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 29 Jun 2026 15:26:35 -0300 Subject: [PATCH] fix(ai,crypto): stabilize chat and monero health --- services/ai-llm/deployment.yaml | 4 ++-- services/bstein-dev-home/backend-deployment.yaml | 4 ++-- services/comms/atlasbot-deployment.yaml | 2 +- services/crypto/monerod/deployment.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index 5fa6ab629..c3f96edbf 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -20,7 +20,7 @@ spec: labels: app: ollama annotations: - ai.bstein.dev/model: qwen2.5-coder:7b-instruct-q4_0,qwen2.5:14b-instruct-q4_0 + ai.bstein.dev/model: qwen2.5-coder:1.5b-instruct-q4_0,qwen2.5:14b-instruct-q4_0 ai.bstein.dev/gpu: GPU pool (titan-20/21) ai.bstein.dev/restartedAt: "2026-01-26T12:00:00Z" spec: @@ -54,7 +54,7 @@ spec: - name: OLLAMA_MODEL value: qwen2.5:14b-instruct-q4_0 - name: OLLAMA_FAST_MODEL - value: qwen2.5-coder:7b-instruct-q4_0 + value: qwen2.5-coder:1.5b-instruct-q4_0 command: - /bin/sh - -c diff --git a/services/bstein-dev-home/backend-deployment.yaml b/services/bstein-dev-home/backend-deployment.yaml index e27d7081f..811d6d34e 100644 --- a/services/bstein-dev-home/backend-deployment.yaml +++ b/services/bstein-dev-home/backend-deployment.yaml @@ -73,7 +73,7 @@ spec: - name: AI_CHAT_API value: http://ollama.ai.svc.cluster.local:11434 - name: AI_CHAT_MODEL - value: qwen2.5-coder:7b-instruct-q4_0 + value: qwen2.5-coder:1.5b-instruct-q4_0 - name: AI_CHAT_TIMEOUT_SEC value: "480" - name: AI_ATLASBOT_ENDPOINT @@ -112,7 +112,7 @@ spec: - name: ACCOUNT_ALLOWED_GROUPS value: "" - name: HTTP_CHECK_TIMEOUT_SEC - value: "2" + value: "15" - name: PORTAL_DB_POOL_MIN value: "0" - name: PORTAL_DB_POOL_MAX diff --git a/services/comms/atlasbot-deployment.yaml b/services/comms/atlasbot-deployment.yaml index c738301a0..7432ce145 100644 --- a/services/comms/atlasbot-deployment.yaml +++ b/services/comms/atlasbot-deployment.yaml @@ -118,7 +118,7 @@ spec: - name: OLLAMA_MODEL value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_FAST - value: qwen2.5-coder:7b-instruct-q4_0 + value: qwen2.5-coder:1.5b-instruct-q4_0 - name: ATLASBOT_MODEL_SMART value: qwen2.5:14b-instruct-q4_0 - name: ATLASBOT_MODEL_GENIUS diff --git a/services/crypto/monerod/deployment.yaml b/services/crypto/monerod/deployment.yaml index a883291c2..a2fe290c2 100644 --- a/services/crypto/monerod/deployment.yaml +++ b/services/crypto/monerod/deployment.yaml @@ -78,13 +78,13 @@ spec: # runAsUser: 1000 # capabilities: { drop: ["ALL"] } readinessProbe: - httpGet: { path: /get_info, port: 18081 } + tcpSocket: { port: 18081 } initialDelaySeconds: 120 periodSeconds: 10 timeoutSeconds: 20 failureThreshold: 18 livenessProbe: - httpGet: { path: /get_info, port: 18081 } + tcpSocket: { port: 18081 } initialDelaySeconds: 300 periodSeconds: 20 timeoutSeconds: 20