worker replicas 3 memory 4096 Mi und 8192 Mi

This commit is contained in:
titver968
2025-10-24 11:45:43 +02:00
parent f3483e23c7
commit 8aa41ae7cd

View File

@@ -77,15 +77,15 @@ spec:
CELERY_WORKER_LOG_LEVEL: "WARNING" CELERY_WORKER_LOG_LEVEL: "WARNING"
worker: worker:
replicas: 1 replicas: 3
concurrency: 1 concurrency: 1
resources: resources:
requests: requests:
memory: "2Gi" memory: "4096Mi"
cpu: "500m" cpu: "500m"
limits: limits:
memory: "6Gi" memory: "8192Mi"
cpu: "1500m" cpu: "1500m"
# Health Checks komplett deaktiviert für Debugging # Health Checks komplett deaktiviert für Debugging