You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/26 19:23:55 UTC

[GitHub] [airflow] vsimon commented on pull request #9778: Enable setting the base url of the website

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org