Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codedoneteam/5cc1489565ea71402e00ae2e82b64c4e to your computer and use it in GitHub Desktop.
Save codedoneteam/5cc1489565ea71402e00ae2e82b64c4e to your computer and use it in GitHub Desktop.
Install Ingress
# Install Ingress
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm install nginx-ingress stable/nginx-ingress --set controller.publishService.enabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment