I deployed
- kubernetes-CRD (traefik v2.1.1)
- kubernetes deployment and and service, at port 80
- TraefikService that points to the kubernetes service
- IngressRoute with http rule to point to the TraefikService
under the traefik dashboard in the http services tab I see 2 services
- the one that I deployed with service type weighted
- another one with the same name and "-80" at the end with service type loadbalancer
the weighed service points to the loadbalancer service.
the weighted service has 0 servers in the dashboard
the loadbalancer service has 1 servers in the dashboard
how can I configure my TraefikService or the IngressRoute so that there will not be an extra service for each loadbalancer service (why do I see 2 services instead of just 1 like I configured)