Kubernetes Gateway API Cloud Infrastructure Provider

I am trying to deploy Traefik with Traefiks Kubernetes Gateway API implementation using the helm chart.
The chart deploys a GatewayClass and Gateway custom resource which in other implementations of Gateway API leads to the creation of a loadbalancer. Usually it would be a kubernetes service of type loadbalancer which would then be provisioned using a cloud provider (aws loadbalancer controller in my case)

This doesn't happen for Traefik Gateway.

Is there something I am missing here on how to create the cloud infrastructure needed for ingress when I create a Gateway resource?

This was an error on my part.
The chart does include a service of type loadbalancer