I have an airflow deployed in kubernetes. When I curl the base_url, it shows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>Redirecting...</title>
<h1>Redirecting...</h1>
* Connection #0 to host <my_base_url> left intact
<p>You should be redirected automatically to target URL: <a href="/admin/">/admin/</a>. If not click the link.
If I browse base_url/health shows that is healthy. If I run the kubectl port-forward command, I can see the UI.
What is causing the redirecting message?