How to Switch to AWS Network LoadBalancer when using Cluster management project

Hello guys,

I’ve been banging my head against the wall for a while with this.

OK so I’ve a AWS EKS Cluster (v1.19) which is integrated with GitLab CE OnPremise (14.3.2) via a Cluster Management Project:
(Cluster management project (DEPRECATED) | GitLab
GitLab.org / project-templates / Cluster Management · GitLab)

So far so good.

However, by default, the ingress deploys an AWS CLASSIC Load Balancer - this will soon be deprecated by aws

For the life of me I can’t find any documentation that says how to configure this as a value, annotation, CI VAR or anything to set this “Cluster Management Project” to create a Network Load Balancer.

Please help!

Thanks!