NolusindisoMakosa opened a new issue, #28823:
URL: https://github.com/apache/airflow/issues/28823
### Official Helm Chart version
1.4.0
### Apache Airflow version
2.3.4
### Kubernetes Version
2.12.0
### Helm Chart configuration
'''
env:
- name: "AIRFLOW__WEBSERVER__ENABLE_PROXY_FIX"
value: "true"
- name: AIRFLOW__WEBSERVER__BASE_URL
value: "http://localhost:8080/user1"
config:
webserver:
base_url: https://users.******************.co.za/$user1
'''
### Docker Image customisations
_No response_
### What happened
I have deployed Airflow using the helm chart. When checking on the pods, all
pods seem to be running fine, including webserver. When I try to use base_url:
https://users.*******.co.za/user1 to access airflow, I get the airflow 404
page. And when I use the AIRFLOW__WEBSERVER__BASE_URL:
http://localhost:8080/user1, no page shows up. This is the error I keep
getting.

### What you think should happen instead
Be able to access Airflow using the base_url:
https://users.*******.co.za/user1
### How to reproduce
_No response_
### 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]