fix: scale ingestion and extractor to 1 replica in prod
This commit is contained in:
@@ -37,7 +37,7 @@ services:
|
||||
liveness: { path: /docs, port: 8000, initialDelay: 10, period: 30 }
|
||||
|
||||
ingestion:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
pipeline: true
|
||||
image: ingestion
|
||||
command: "python -m services.ingestion.worker"
|
||||
@@ -59,7 +59,7 @@ services:
|
||||
limits: { cpu: 500m, memory: 256Mi }
|
||||
|
||||
extractor:
|
||||
replicas: 8
|
||||
replicas: 1
|
||||
pipeline: true
|
||||
image: extractor
|
||||
command: "python -m services.extractor.main"
|
||||
|
||||
Reference in New Issue
Block a user