Junnplus edited a comment on issue #16039: URL: https://github.com/apache/airflow/issues/16039#issuecomment-847912858
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. -- 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]
