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/05/27 07:10:07 UTC

[GitHub] [airflow] potiuk commented on issue #16039: Kubernetes liveliness probe fails when changing from default port for Airflow UI from 8080 to 80 in Helm Chart.

potiuk commented on issue #16039:
URL: https://github.com/apache/airflow/issues/16039#issuecomment-849391020


   Agree. I think there is never a need to override the port. Kubernetes networking model make each POD has different IP address and you can have many pods listening on the same port even if they are running on the same machine in the cluster - and the way how you expose the port to outside world via ingress maps the external port to internal service/port number. I'd rather stick to non-configurable port for Airflow Chart. 
   
   Same with the health-check. Health-check is mostly for the internal kubernetes cluster management. You can still expose it to outside world on any port (And in our case, port of health-check of webserver is the same as the webserver one - so by exposing webserver your are alsoi exposing the health-check.


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