Skip to content
Discussion options

You must be logged in to vote

@mnaranjorion is there a specific reason you need to set AIRFLOW__WEBSERVER__BASE_URL using airflow.extraEnv rather than airflow.config?

You won't have this problem if you use airflow.config to set AIRFLOW__WEBSERVER__BASE_URL.


To make the webserver probes work when setting AIRFLOW__WEBSERVER__BASE_URL with airflow.extraEnv, we will have to change the current httpGet probe to an exec liveness probe. This is because airflow.extraEnv can set env-vars from Secrets/ConfigMaps, so we must actually call the$AIRFLOW__WEBSERVER__BASE_URL env-var directly.

(This solution is similar to the current flower probes, however, I actually see a bug to fix in that code also, because we only check if AIRFL…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mnaranjorion
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants