Move TG LLM classifier to Go
This commit is contained in:
@@ -19,3 +19,4 @@ data:
|
||||
LLM_BASE_URL: "http://10.2.3.5:8002"
|
||||
LLM_MODEL: "qwen2.5-14b"
|
||||
LLM_MAX_TOKENS: "600"
|
||||
LLM_CLASSIFIER_OWNER: "go"
|
||||
|
||||
@@ -64,6 +64,21 @@ spec:
|
||||
limits:
|
||||
cpu: 800m
|
||||
memory: 1Gi
|
||||
- name: monitoring-tg-classifier
|
||||
image: localhost:30300/admin/monitoring-tg-server:latest
|
||||
command: ["/usr/local/bin/monitoring-tg-classifier"]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: monitoring-tg-config
|
||||
- secretRef:
|
||||
name: monitoring-tg-secrets
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 96Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
volumes:
|
||||
- name: app-data
|
||||
persistentVolumeClaim:
|
||||
|
||||
Reference in New Issue
Block a user