We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9444c56 commit a924b66Copy full SHA for a924b66
airflow/helm/values.tmpl.yaml
@@ -248,7 +248,7 @@ workers:
248
keda:
249
enabled: true
250
pollingInterval: 1
251
- minReplicaCount: 0
+ minReplicaCount: 0 # Minimum node available for celery workers; set to 1 to always have a worker node available to run tasks
252
maxReplicaCount: 128
253
# Specify HPA related options
254
# https://github.com/kubernetes/enhancements/blob/master/keps/sig-autoscaling/853-configurable-hpa-scale-velocity/README.md
0 commit comments