pemiranda-clgx commented on code in PR #36174:
URL: https://github.com/apache/airflow/pull/36174#discussion_r1440844523
##########
chart/values.yaml:
##########
@@ -592,6 +592,28 @@ workers:
# This configuration will be ignored if PGBouncer is not enabled
usePgbouncer: true
+ # Allow HPA (KEDA must be disabled).
+ hpa:
+ enabled: false
+
+ # Minimum number of workers created by HPA
+ minReplicaCount: 0
+
+ # Maximum number of workers created by HPA
+ maxReplicaCount: 10
+
+ # Specifications for which to use to calculate the desired replica count
+ metrics: |-
Review Comment:
Metrics block set as array.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]