Move TG LLM classifier to Go
This commit is contained in:
@@ -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