worker replicas 3 memory 4096 Mi und 8192 Mi
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user