This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2ebd8b5e92 In case a provider is not ready, also run lowest dependency
tests (#42265)
add 39164a367d Enable HPA for Airflow Webserver (#41955)
No new revisions were added by this update.
Summary of changes:
.../templates/webserver/webserver-deployment.yaml | 2 +
.../{webserver-service.yaml => webserver-hpa.yaml} | 40 ++++------
chart/values.schema.json | 47 ++++++++++++
chart/values.yaml | 23 ++++++
.../test_hpa_webserver.py} | 87 +++++++++++++---------
helm_tests/webserver/test_webserver.py | 22 ++++++
6 files changed, 160 insertions(+), 61 deletions(-)
copy chart/templates/webserver/{webserver-service.yaml => webserver-hpa.yaml}
(60%)
copy helm_tests/{other/test_hpa.py => webserver/test_hpa_webserver.py} (55%)