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 2020/06/02 22:06:38 UTC

[GitHub] [airflow] schnie commented on pull request #8777: Add Production Helm chart support

schnie commented on pull request #8777:
URL: https://github.com/apache/airflow/pull/8777#issuecomment-637831190


   > @schnie, not all K8S clusters support Ingress that are not on the public internet, therefore not all companies be able to use this chart.
   > 
   > You should add support for exposing the webserver/flower as LoadBalancer type Services, (and therefore using Airflow's inbuilt SSL support for HTTPS.
   
   Great point, I meant to fix this before pushing. For now, I've removed the `Ingress` object and made the Webserver and Flower `Service` types configurable, defaulting to `ClusterIP`.


----------------------------------------------------------------
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.

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