You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "surya9teja (via GitHub)" <gi...@apache.org> on 2024/02/01 18:36:13 UTC

Re: [I] Airflow URL returning 404 when using Prefix [airflow]

surya9teja commented on issue #28362:
URL: https://github.com/apache/airflow/issues/28362#issuecomment-1921970759

   > 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
   
   How can I set health check path it's not available in `values.yaml`


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org