Created
August 8, 2019 22:40
-
-
Save ianchen06/1ce3366677cce505874dc88bbb64e582 to your computer and use it in GitHub Desktop.
Install nginx ingress with nodeport
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a soft suggestion, can add --namespace ingress or the Nginx will go to default namespace 😺