How to configure reverse proxy for GRPC service by using Traefik?

I have to configure a reverse proxy for a GRPC(.net core) and some other web services by using Traefik against a domain name.

Actually, I am been able to do the same for web services(IngressRoute is used) but confused with the configuration of GRPC(gRPC Examples - Traefik).

Does it possible to configure both types of services (web service and GRPC service) against a single domain name(eg. a.arun.com)?

We are using the AKS cluster as the deployment environment. Please help me.