Junnplus commented on issue #16039: URL: https://github.com/apache/airflow/issues/16039#issuecomment-847904805
> 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? It seem probe check has nothing to do with service port, it is the behavior of kubelet to check health of container. -- 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]
