How to deploy Kong locally on K8S with Ingress

My goal is to deploy kong as an api-gateway and ingress-controller locally and test out its ingress and gateway (e.g. rate-limiting) capabilities. I have deployed an echo service using this manifest file (removed the ingress component).

To deploy kong I am using this helm chart that has the below config but I do not see a kubernetes ingress resource created (screenshot attached). A loadbalancer resource is created.

How can I configure and test the ingress capabilities of kong with the echo service?
Please guide.Thanks.

image:
  repository: kong
  tag: "3.2"

env:
  prefix: /kong_prefix/
  database: "off"

ingressController:
  enabled: true