Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created August 8, 2019 22:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ianchen06/1ce3366677cce505874dc88bbb64e582 to your computer and use it in GitHub Desktop.
Save ianchen06/1ce3366677cce505874dc88bbb64e582 to your computer and use it in GitHub Desktop.
Install nginx ingress with nodeport
helm upgrade --install --set controller.service.type=NodePort --set controller.service.nodePorts.http=32080 --set controller.service.nodePorts.https=32443 nginx-ingress stable/nginx-ingress
@tommady
Copy link

tommady commented Aug 12, 2019

thank you!!! this saves my day 🙇‍♂️

@tommady
Copy link

tommady commented Aug 12, 2019

a soft suggestion, can add --namespace ingress or the Nginx will go to default namespace 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment