Add transcription jobs to AI service
This commit is contained in:
@@ -12,6 +12,7 @@ data:
|
||||
LLM_MODEL: "qwen2.5-14b"
|
||||
LLM_TIMEOUT: "5m"
|
||||
WHISPERX_URL: "http://10.2.3.5:8001"
|
||||
WHISPERX_TIMEOUT: "10m"
|
||||
WORKER_POLL_INTERVAL: "2s"
|
||||
WORKER_CLAIM_LIMIT: "4"
|
||||
WORKER_LEASE_TIMEOUT: "15m"
|
||||
|
||||
@@ -14,6 +14,10 @@ spec:
|
||||
app: ai-service-worker
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 20
|
||||
hostAliases:
|
||||
- ip: "77.105.173.42"
|
||||
hostnames:
|
||||
- "s3-minio.estateliga.work"
|
||||
containers:
|
||||
- name: worker
|
||||
image: localhost:30300/admin/ai-service:latest
|
||||
|
||||
Reference in New Issue
Block a user