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 nginx annotations #156

Closed Attoy closed 3 months ago

Attoy commented 5 months ago

Hello there,

We are still forced to use non-managed NGINX because we use some annotations like client-max-body-size and proxy-body-size. It would be nice to be able to use them with the Azure managed solution.

Thanks, Leandro

OliverMKing commented 5 months ago

Hi @Attoy! Using annotations on the Ingress level to configure NGINX is supported today.

We are adding support for global configurations through a CRD and can add these requests to the backlog. Just to confirm are you asking for global NGINX configuration?

Thanks!

Attoy commented 5 months ago

Hey @OliverMKing , thanks for your quick reply.

I meant the nginx.ingress.kubernetes.io/* annotations in the ingress manifest, however I see that you updated the documentation today and they are finally supported so please disregard my "issue" and mark it as resolved already!

Thanks!