Referring to #51 which @levaitamas closed a few weeks ago, i'm re-phrasing the original question asked in the previous issue raised.
Is the stunner helm chart compatible with Ingress controllers instead of Gateway API?
The documentation points to the creation of a GatewayClass, GatewayConfig, and one or more Gateway resources, which are all from gateway.networking.k8s.io, and finally a UDPRoute or TCPRoute from stunner.l7mp.io.
However, in AWS, the deployment of Gateway API requires AWS VPC Lattice, and I have neither deployed.
I have an existing NLB i'd like to use via the nginx ingress controller which is already in place (and for example I can target a specific load balancer using an Ingress resource with className: myIngressClassName).
So, in a scenario where I already have load balancers deployed, I can target them via an Ingress, can I use the stunner helm chart to use those Ingress resources instead of gateway resources?