Azure / aks-app-routing-operator

Kubernetes operator that implements AKS Application Routing
https://learn.microsoft.com/en-us/azure/aks/app-routing
MIT License
29 stars 20 forks source link

Enable disabling http protocol on the controller service #167

Open aalewismsft opened 4 months ago

aalewismsft commented 4 months ago

The unmanaged ingress controller permits deactivating the HTTP protocol for the controller service by adjusting the helm chart parameter --set controller.service.enableHttp=false.

For the app routing add-on, require a similar configuration parameter to set up HTTPS-only service configurations.

OliverMKing commented 4 months ago

This is coming out soon :).