Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.5
Kubernetes Version
1.23
Helm Chart configuration
extraEnv: |
- name: "AIRFLOW_VAR_FOO"
value: "Develp_foo"
- name: "AIRFLOW__WEBSERVER__BASE_URL"
value: "http://localhost:8080/"
ingress:
enabled: true
apiVersion: networking.k8s.io/v1
web:
path: "/airflow-dev"
host: "k8s-dev-*********************.us-west-2.elb.amazonaws.com"
Docker Image customisations
No response
What happened
I have EKS where I have deployed Airflow using Helm chart. The pods are running on Fargate. I have ALB installed using helm as well. The UI shows up when accessing the Ingress URL. The issue comes when I am setting up a prefix. If I change the Base_Url value to locahost:8080/airflow-dev/ the webserver Pod keeps restarting. An If I change it back to localhost:8080 I am getting the 404 page when accessing the Ingress URL ?
Here is the error that I get:

Ideally I want to access the Airflow using the ingress_url/airflow-dev/ .
What you think should happen instead
Should be seeing the Airflow URL when using Prefix
How to reproduce
Set up ingress, ALB on EKS(fargate)
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.5
Kubernetes Version
1.23
Helm Chart configuration
Docker Image customisations
No response
What happened
I have EKS where I have deployed Airflow using Helm chart. The pods are running on Fargate. I have ALB installed using helm as well. The UI shows up when accessing the Ingress URL. The issue comes when I am setting up a prefix. If I change the Base_Url value to locahost:8080/airflow-dev/ the webserver Pod keeps restarting. An If I change it back to localhost:8080 I am getting the 404 page when accessing the Ingress URL ?
Here is the error that I get:
Ideally I want to access the Airflow using the ingress_url/airflow-dev/ .
What you think should happen instead
Should be seeing the Airflow URL when using Prefix
How to reproduce
Set up ingress, ALB on EKS(fargate)
Anything else
No response
Are you willing to submit PR?
Code of Conduct