Depolyment to k8s with helm gives 502 error on endpoint test

10/30/2019

I have an application running on GKE. I creating the services and deployments works fine. An ingress was originally created for the service but I decided to try helm for auto deployment. I am able to deploy with helm and the pods respond as expected but I have an issue now.

When I try to access an endpoint, I get a 502 error which was not present initially. How can I fix this ingress issue that occured as a result of switching to helm for deployment

-- King
google-cloud-platform
google-kubernetes-engine
kubernetes
kubernetes-helm

0 Answers