Traefik v2.5 enabling HTTP3 on Kubernetes

I tried to enable HTTP3 on my traefik instance deployed on EKS cluster. I did add --experimental.http3=true and --entrypoints.websecure.enablehttp3=true in helm values.yaml, but i am not very sure how to add a new port for the 443/udp. It isnt exposed on my LoadBalancer as of now, so i know there is something more that needs to be done from my side

There is no possibility to create two services with different protocols using the same port. So for now i'm afraid it seems to be really difficult to use http3 with traefik and kubernetes.