worker replicas 3 memory 4096 Mi und 8192 Mi
This commit is contained in:
@@ -77,15 +77,15 @@ spec:
|
||||
CELERY_WORKER_LOG_LEVEL: "WARNING"
|
||||
|
||||
worker:
|
||||
replicas: 1
|
||||
replicas: 3
|
||||
concurrency: 1
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
memory: "4096Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "6Gi"
|
||||
memory: "8192Mi"
|
||||
cpu: "1500m"
|
||||
|
||||
# Health Checks komplett deaktiviert für Debugging
|
||||
|
||||
Reference in New Issue
Block a user