Anirudhaagrawal commented on issue #16039: URL: https://github.com/apache/airflow/issues/16039#issuecomment-848403844
> Hi @Anirudhaagrawal , I would like to know why change default port for airflowUI from 8080 to 80. > > I found two problem: > > 1. Missing `.Values.config.webserver.web_server_port` when setting `.Values.ports.airflowUI` causes the health check to fail. > 2. Gunicorn not starting when `.Values.ports.airflowUI` set to 80, because default user is airflow(non-privileged user). > > In fact, users don’t care about the container port, we just need to change the health check port. @Junnplus I also do not care about the container I just wanted to expose the service on Kubernetes on 80 port as all our other services are exposed on 80 port on Kubernetes and we wrote some generic code on top of that assuming services are running on 80 port. From https://airflow.apache.org/docs/helm-chart/stable/parameters-ref.html#ports I assumed it does that. -- 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: [email protected]
