worker debug
This commit is contained in:
@@ -49,13 +49,43 @@ spec:
|
|||||||
createIssuer: false
|
createIssuer: false
|
||||||
generateCerts: false
|
generateCerts: false
|
||||||
|
|
||||||
worker:
|
#worker:
|
||||||
replicas: 1
|
# replicas: 1
|
||||||
memoryLimit: 4000Mi
|
# memoryLimit: 4000Mi
|
||||||
cpuLimit: 1500m
|
# cpuLimit: 1500m
|
||||||
cpuRequest: 500m
|
# cpuRequest: 500m
|
||||||
memoryRequest: 1000Mi
|
# memoryRequest: 1000Mi
|
||||||
|
|
||||||
|
worker:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "256Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "1Gi"
|
||||||
|
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