ECK is not allowing to create Loadbalancer service

I have created the ECK cluster with different nodesets and trying to access the coordinating nodeset using a service loadbalancer
i have followed below to create a type of Service type Loadbalancer.

But it is giving the default one with ClusterIP none
es-coordinating-nodes ClusterIP None 9200/TCP 42s

Also I was able to see that first, it created the Service type Loadbalancer
es-coordinating-nodes but then in seconds it got replaced with managed service like above of type clusterIP none.

Is there a way to create a managed service for coordinating node of type Loadbalancer?

Could you share the Elasticsearch manifest you are using?