Hi,
I've deployed Traefikee in a Kubernetes cluster and configured a service and a router following the gRPC section of the Traefik docs: Traefik Proxy gRPC Examples - Traefik
I have a gRPC server at grpc.example-url.com:8080 which is answering. Tested it with grpcurl. grpcurl -vv -plaintext example-url.com:8080 helloworld.Greeter/SayHello
Configured the service and router like the documentation.
Configured grpc.fronturl.com as the Host and h2c://grpc.example-url.com:8080 as backend.
However, when I access grpc.fronturl.com the server is not responding.
Not sure if I did something wrong or I misunderstood something.