Kong / charts

Helm chart for Kong
Apache License 2.0
239 stars 473 forks source link

How to deploy Kong successfully without enabling ingress controller or load balancer #1045

Closed bstaylor12 closed 3 months ago

bstaylor12 commented 3 months ago

Hi,

I am trying to deploy Kong in an isolated environment. We do not want to enable the ingress controller or load balancer. We want to route our traffic through our existing Nginx ingress controller. We do not want Kong to attempt to create a load balancer. We would like to enable the developer portal. How would I modify the helm chart configurations (values.yaml) to meet these requirements? What’s the best version to accomplish my needs?

Thanks!