tanmaykansara opened a new issue, #28362:
URL: https://github.com/apache/airflow/issues/28362
### 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?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]