Azure / AKS

Azure Kubernetes Service
https://azure.github.io/AKS/
1.97k stars 307 forks source link

[Feature] Add possibility to configure additional port mapping on istio-ingressgateway in Istio add-on #3790

Open ddx3r opened 1 year ago

ddx3r commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to be able to configure mTLS traffic on another port. To do this I need additional port in the ingress service, so in the gateway definition I can configure tls mode MUTUAL for this port.

Describe the solution you'd like I would like to be able to provide, in some terms, my own values file for aks-istio-ingressgateway-external deployment

Describe alternatives you've considered Deployment of my own istio-igressgateway, with my own values, with chart recreated based on helm manifest and values

helm get manifest asm-igx-aks-istio-ingressgateway-external
nshankar13 commented 2 months ago

@ddx3r apologies for the delayed response, this was just recently brought to our attention. We will have port mappings customizations as part of the Gateway API implementation for the Istio add-on, which is currently under development. We will provide updates once we have a better idea of timelines for Gateway API.