Anirudhaagrawal commented on issue #16039: URL: https://github.com/apache/airflow/issues/16039#issuecomment-847733298
`` > https://github.com/apache/airflow/blob/master/chart/templates/webserver/webserver-service.yaml#L46 > > ```diff > protocol: TCP > - port: {{ .Values.ports.airflowUI }} > + port: 80 > + targetPort: {{ .Values.ports.airflowUI }} > ``` > > It should fix this bug. Can you check it? From my understanding, targetPort should be the default (8080) one. port: {{ .Values.ports.airflowUI }} seems correct. Correct me if I am wrong -- 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]
