ngrok / kubernetes-ingress-controller

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

fix: TLSEdge not reconciling changes to hostports #390

Closed jonstacks closed 1 month ago

jonstacks commented 1 month ago

What

Fixes a bug in the TLSEdge controller where changing the hostports in the spec was not triggering an an API call to update the hostports in the API.

How

Breaking Changes

No