worker debug
This commit is contained in:
@@ -57,34 +57,11 @@ spec:
|
|||||||
# memoryRequest: 1000Mi
|
# memoryRequest: 1000Mi
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
resources:
|
replicas: 1
|
||||||
requests:
|
memoryLimit: 4Gi
|
||||||
memory: "2Gi"
|
cpuLimit: 5100m
|
||||||
cpu: "500m"
|
cpuRequest: 500m
|
||||||
limits:
|
memoryRequest: 1Gi
|
||||||
memory: "4Gi"
|
|
||||||
cpu: "1000m"
|
|
||||||
# Exec-basierte Probes für Celery Worker
|
|
||||||
readinessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- celery -A plane inspect ping -d celery@$HOSTNAME
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
periodSeconds: 30
|
|
||||||
timeoutSeconds: 10
|
|
||||||
failureThreshold: 3
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/sh
|
|
||||||
- -c
|
|
||||||
- celery -A plane inspect ping -d celery@$HOSTNAME
|
|
||||||
initialDelaySeconds: 60
|
|
||||||
periodSeconds: 60
|
|
||||||
timeoutSeconds: 10
|
|
||||||
failureThreshold: 3
|
|
||||||
|
|
||||||
minio:
|
minio:
|
||||||
local_setup: false
|
local_setup: false
|
||||||
|
|||||||
Reference in New Issue
Block a user