GitHub user hanxdatadog added a comment to the discussion: Best practice for webserver liveness probe check
The webserver liveness probe in the [official chart](https://github.com/apache/airflow/blob/main/chart/templates/webserver/webserver-deployment.yaml#L218) is using `/health` which is old and [giving 404 now](https://github.com/apache/airflow/blob/31f0eac1e15fee842d451d56c603d9005c30ddcb/airflow-core/src/airflow/api_fastapi/core_api/app.py#L85). Now I am trying out the `/api/v2/version` which is used for api server. GitHub link: https://github.com/apache/airflow/discussions/54853#discussioncomment-14214010 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
