Correct repo for nginx ingress controller (#950)

This commit is contained in:
Pierre Ozoux
2017-04-24 20:03:36 +01:00
committed by Adnan Abdulhussein
parent 625632263e
commit 2a2f2c8169
+1 -1
View File
@@ -1,6 +1,6 @@
# nginx-ingress
[nginx-ingress](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
[nginx-ingress](https://github.com/kubernetes/ingress/tree/master/controllers/nginx) is an Ingress controller that uses ConfigMap to store the nginx configuration.
To use, add the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.