iglikoxha commented on issue #28362:
URL: https://github.com/apache/airflow/issues/28362#issuecomment-1352366485
Health check path is not configured correctly if
`AIRFLOW__WEBSERVER__BASE_URL` is set via env variable
There have been discussions about this before: #9778
Here is a quick solution. Add this to your helm chart instead of that env
variable
```
config:
webserver:
base_url: http://localhost:8080/airflow-dev
```
Also don't forget to change the health check path to /airflow-dev/health in
your ALB
--
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]