change image
This commit is contained in:
parent
535db0cd93
commit
40afa1a34a
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
- name: ollama-storage
|
- name: ollama-storage
|
||||||
mountPath: /root/.ollama
|
mountPath: /root/.ollama
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args: ["ollama serve & sleep 5 && ollama pull qwen3:30b"]
|
args: ["ollama serve & sleep 5 && ollama pull qwen2.5:32b-instruct"]
|
||||||
|
|
||||||
|
|
||||||
- name: ollama-sidecar
|
- name: ollama-sidecar
|
||||||
|
|
@ -43,7 +43,7 @@ spec:
|
||||||
nvidia.com/gpu: 1
|
nvidia.com/gpu: 1
|
||||||
containers:
|
containers:
|
||||||
- name: analyst
|
- name: analyst
|
||||||
image: siriussec/summarizerlocal:2.3
|
image: siriussec/summarizerlocal:2.4
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: DB_PASSWORD
|
- name: DB_PASSWORD
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue