ecerulm commented on pull request #12630: URL: https://github.com/apache/airflow/pull/12630#issuecomment-754716129
> There is already a config setting for this -- flower_url_prefix under the celery section -- we don't need a second method of configuring this do we? @ashb, I don't understand. I can't find any `flower_url_prefix` in the project. I assume that you mean the existing `ingress.flower.path`. The problem is that if you expose flower in a path that is not just `/` then flower will refuse to work. You need to tell flower that it's being server under another `/path/*` in order to do that I use the `FLOWER_URL_PREFIX` environment variable. The ideal would be to generate the `FLOWER_URL_PREFIX` from `ingress.flower.path` but it's not trivial in the general case (`ingress.flower.path` as it's has the default `pathType: ImplementationSpecific` ) so I added as a new chart value. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
