worker debug
This commit is contained in:
@@ -59,10 +59,10 @@ spec:
|
|||||||
worker:
|
worker:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "2Gi"
|
||||||
cpu: "100m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "4Gi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
# Exec-basierte Probes für Celery Worker
|
# Exec-basierte Probes für Celery Worker
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
@@ -85,7 +85,7 @@ spec:
|
|||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 10
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
local_setup: false
|
local_setup: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user