vsimon commented on pull request #9778:
URL: https://github.com/apache/airflow/pull/9778#issuecomment-927357065
hi @gowtamchandrahasa The way I handled it was within the helm chart. I
happen to be using chart version: 7.16.0.
Assuming I have a dns name (the hostname of the reverse proxy) and a path
(the path configured in the reverse proxy to map to the airflow web serevice)
```
$DNS_NAME
$PATH_NAME
```
I set these two fields:
```
web:
baseUrl: https://$DNS_NAME/$PATH_NAME
ingress:
web:
livenessPath: /$PATH_NAME/health
```
--
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]