fix(ai,crypto): stabilize chat and monero health
This commit is contained in:
parent
73d161185d
commit
37a68f970d
@ -20,7 +20,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: ollama
|
app: ollama
|
||||||
annotations:
|
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/gpu: GPU pool (titan-20/21)
|
||||||
ai.bstein.dev/restartedAt: "2026-01-26T12:00:00Z"
|
ai.bstein.dev/restartedAt: "2026-01-26T12:00:00Z"
|
||||||
spec:
|
spec:
|
||||||
@ -54,7 +54,7 @@ spec:
|
|||||||
- name: OLLAMA_MODEL
|
- name: OLLAMA_MODEL
|
||||||
value: qwen2.5:14b-instruct-q4_0
|
value: qwen2.5:14b-instruct-q4_0
|
||||||
- name: OLLAMA_FAST_MODEL
|
- name: OLLAMA_FAST_MODEL
|
||||||
value: qwen2.5-coder:7b-instruct-q4_0
|
value: qwen2.5-coder:1.5b-instruct-q4_0
|
||||||
command:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@ -73,7 +73,7 @@ spec:
|
|||||||
- name: AI_CHAT_API
|
- name: AI_CHAT_API
|
||||||
value: http://ollama.ai.svc.cluster.local:11434
|
value: http://ollama.ai.svc.cluster.local:11434
|
||||||
- name: AI_CHAT_MODEL
|
- 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
|
- name: AI_CHAT_TIMEOUT_SEC
|
||||||
value: "480"
|
value: "480"
|
||||||
- name: AI_ATLASBOT_ENDPOINT
|
- name: AI_ATLASBOT_ENDPOINT
|
||||||
@ -112,7 +112,7 @@ spec:
|
|||||||
- name: ACCOUNT_ALLOWED_GROUPS
|
- name: ACCOUNT_ALLOWED_GROUPS
|
||||||
value: ""
|
value: ""
|
||||||
- name: HTTP_CHECK_TIMEOUT_SEC
|
- name: HTTP_CHECK_TIMEOUT_SEC
|
||||||
value: "2"
|
value: "15"
|
||||||
- name: PORTAL_DB_POOL_MIN
|
- name: PORTAL_DB_POOL_MIN
|
||||||
value: "0"
|
value: "0"
|
||||||
- name: PORTAL_DB_POOL_MAX
|
- name: PORTAL_DB_POOL_MAX
|
||||||
|
|||||||
@ -118,7 +118,7 @@ spec:
|
|||||||
- name: OLLAMA_MODEL
|
- name: OLLAMA_MODEL
|
||||||
value: qwen2.5:14b-instruct-q4_0
|
value: qwen2.5:14b-instruct-q4_0
|
||||||
- name: ATLASBOT_MODEL_FAST
|
- 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
|
- name: ATLASBOT_MODEL_SMART
|
||||||
value: qwen2.5:14b-instruct-q4_0
|
value: qwen2.5:14b-instruct-q4_0
|
||||||
- name: ATLASBOT_MODEL_GENIUS
|
- name: ATLASBOT_MODEL_GENIUS
|
||||||
|
|||||||
@ -78,13 +78,13 @@ spec:
|
|||||||
# runAsUser: 1000
|
# runAsUser: 1000
|
||||||
# capabilities: { drop: ["ALL"] }
|
# capabilities: { drop: ["ALL"] }
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: { path: /get_info, port: 18081 }
|
tcpSocket: { port: 18081 }
|
||||||
initialDelaySeconds: 120
|
initialDelaySeconds: 120
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 20
|
||||||
failureThreshold: 18
|
failureThreshold: 18
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet: { path: /get_info, port: 18081 }
|
tcpSocket: { port: 18081 }
|
||||||
initialDelaySeconds: 300
|
initialDelaySeconds: 300
|
||||||
periodSeconds: 20
|
periodSeconds: 20
|
||||||
timeoutSeconds: 20
|
timeoutSeconds: 20
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user