comms: point atlasbot to ollama and raise gateway memory
This commit is contained in:
parent
32125d7bab
commit
32851ca057
@ -67,10 +67,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
memory: 64Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 256Mi
|
memory: 512Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: code
|
- name: code
|
||||||
mountPath: /app/gateway.py
|
mountPath: /app/gateway.py
|
||||||
|
|||||||
@ -80,7 +80,7 @@ spec:
|
|||||||
- name: BOT_MENTIONS
|
- name: BOT_MENTIONS
|
||||||
value: atlasbot,aatlasbot
|
value: atlasbot,aatlasbot
|
||||||
- name: OLLAMA_URL
|
- 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
|
- name: OLLAMA_MODEL
|
||||||
value: qwen2.5:14b-instruct-q4_0
|
value: qwen2.5:14b-instruct-q4_0
|
||||||
- name: OLLAMA_TIMEOUT_SEC
|
- name: OLLAMA_TIMEOUT_SEC
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user