airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
630 stars 474 forks source link

fix: set `appProtocol` on Service ports (for Istio) #854

Closed thesuperzapper closed 2 months ago

thesuperzapper commented 2 months ago

What issues does your PR fix?

What does your PR do?

This PR sets the appProtocol field on all our Service ports.

This will help users who have Istio installed on their cluster, as it will prevent automatic protocol detection (which may fail in some cases).

Checklist

For all Pull Requests