Skip to content

Instantly share code, notes, and snippets.

@ogavrisevs
Created February 20, 2019 07:43
Show Gist options
  • Save ogavrisevs/5927a3a009b929f8b9b947a8dd9fbe8f to your computer and use it in GitHub Desktop.
Save ogavrisevs/5927a3a009b929f8b9b947a8dd9fbe8f to your computer and use it in GitHub Desktop.
K8s nginx ingress

Install

helm install --name=nginx-ingress --set tcp.6379="default/redis-redis-ha:6379" stable/nginx-ingress 

helm upgrade nginx-ingress stable/nginx-ingress --set tcp.6379="default/redis-redis-ha:6379"

helm del --purge nginx-ingress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment