fix(ai,crypto): stabilize chat and monero health

This commit is contained in:
jenkins 2026-06-29 15:26:35 -03:00
parent 73d161185d
commit 37a68f970d
4 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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