Hello,
With the end of life of ingress-nginx, I'm looking for an alternative. What I did with nginx was to rebuild the base img with luarocks, so I could install for ex resty-openidc, and then customize the nginx.tmpl.
Would it be possible with haproxy-ingress latest version ?
I saw another post #232 but it's 5 years old and it's been closed.
Is it now possible either to use lua modules directly, or install luarocks first, and then edit something like haproxy.tmpl so I can copy in the img ?
There's apparently another project, https://github.com/jcmoraisjr/haproxy-ingress which seem to be able to do that, but I don't want to end with something that'll be not supported like ingress-nginx, and it doesn't handle the new gateway api.