kubernetes-guides icon indicating copy to clipboard operation
kubernetes-guides copied to clipboard

Helm version and Ingress fix

Open aureq opened this issue 3 years ago • 0 comments

As pointed in our documentation, we use new k8s.helm.v3.Chart(...);. However, the code in this guide uses new k8s.helm.v2.Chart(...);.

This PR calls k8s.helm.v3.Chart() where applicable and updates how the back-end service port is set.

aureq avatar Jan 27 '22 03:01 aureq