Automatically set Service protocol
field (for istio support)
#545
Labels
kind/enhancement
kind - new features or changes
Milestone
Checks
Motivation
A number of issues have been raised about the names we use for service ports, not being compatible with istio requirements:
Implementation
Rather than allowing users to rename ports (as proposed in #493), and potentially specify the wrong protocol, we can automatically specify the
protocol
field ofContainerPort v1
(added in K8S 1.18), by detecting ifAIRFLOW__WEBSERVER__WEB_SERVER_SSL_CERT
andAIRFLOW__WEBSERVER__WEB_SERVER_SSL_KEY
are set with detection similar to ourdefine "airflow.web.scheme"
, which is used in the webserver probe.Are you willing & able to help?
The text was updated successfully, but these errors were encountered: