ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
184 stars 20 forks source link

Create tunnels per namespace/service #281

Closed nikolay-ngrok closed 12 months ago

nikolay-ngrok commented 12 months ago

What

Its moving from globally unique tunnels (e.g. combo of "service-port") to ones that are only unique in their respective namespace.

How

Don't merge based on service-port, but include the namespace too.

Breaking Changes

None

CK-Ward commented 12 months ago

@nikolay-ngrok Thanks Nikolay — does this address some of what's called out in #267? If so, can we please call that out descriptively so stakeholders can track the progress? 🙏

nikolay-ngrok commented 12 months ago

@CK-Ward I don't think its addressing anything specifically, more like an issue I noticed.