added Modelfile
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
containers:
|
||||
- name: mail-classifier
|
||||
image: git.apps.sukany.cz/martin/mail-clasifier:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: IMAP_HOST
|
||||
value: "mailu-front.mailu.svc"
|
||||
@@ -39,7 +39,7 @@ spec:
|
||||
- name: CHECK_INTERVAL
|
||||
value: "300" # 5 minut, klidně si zkrať
|
||||
- name: MAX_BODY_CHARS
|
||||
value: "8000"
|
||||
value: "2000"
|
||||
- name: LOG_LEVEL
|
||||
value: "INFO" # na ladění DEBUG
|
||||
- name: OLLAMA_TIMEOUT
|
||||
|
||||
Reference in New Issue
Block a user