How to enforce max_conn=1 for pods in nginx-ingress

Greetings folks,

I want each pod to have max_conn=1 enforced in my nginx-ingress.

Is there an established way to add each pod into the nginx.conf and trigger a render+reload as pods come and go?

Or can you think of another way to achieve this?

Thank you!