Hi,
I am using Ingress-NGINX and want to switch to Traefik Gateway API and I am unable to get thios working.
I also tried the Traefik Ingress (with and without NGINX comp.), but it fails as well. Other gateway-api configs are working, so I know the gateway-api config is ok.
I do have these annotations on the Ingress-NGINX:
ingress.kubernetes.io/protocol: https
ingress.kubernetes.io/rewrite-target: /
proxy-ssl-verify: "off"
How should I implement this on the gateway-api? I have checked the compatibality page, but I can't get it working.
Any advise? Thanks