Expose Kong on nodeport

Hi Team,
Is there any documentation of using kong helm to install Kong ingress controller using helm but with service as type NodePort? We are planning to replace traefik with kong and traefik is set on nodeport service. This is how the current set up is:
Wildcard DNS > ALB > TG(running on specific port) > Traefik > Container

In our chart, all the Kong Services let you choose their type. If, for example, you want to change the proxy Service from its default type (LoadBalancer) to NodePort, you simply change the type in its Service configuration: charts/values.yaml at kong-2.1.0 · Kong/charts · GitHub