Traefik load balancer display only ${traefik.domain}?

Hi I’m new to Rancher and a lot of the tools available in Rancher Catalog.

Is is possible to have the url for traefik display only ${traefik.domain} instead of http://${service_name}.${stack_name}.${traefik.domain}:${http_port}

I would like to be able to access a service through traefik on port 80 with only my domain name, the current url is a little complex. If I could set ${traefik.domain} to ’ ’ that would default to my domain name and other services could be added as service.domain as usual.

Thanks.