JoaVirtudes19 opened a new issue, #41876: URL: https://github.com/apache/airflow/issues/41876
### Description Add a Horizontal Pod Autoscaler (HPA) to the webserver deployment. Currently, we have an HPA in the worker deployment with a conditional statement that disables replicas in that deployment, because attempting to use HPA without disabling replicas could cause a conflict. I want to add an HPA to the webserver deployment to scale it up during high loads. ### Use case/motivation If someone has a lot of users who use the UI, they will want to use HPA instead of replicas to reduce costs. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
