Fix links

This commit is contained in:
Manuel de Brito Fontes 2017-09-30 18:05:17 -03:00
parent 1c67da5a69
commit 28fd791070
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@ Anytime we reference a tls secret, we mean (x509, pem encoded, RSA 2048, etc). Y
## Requirements ## Requirements
- Default backend [404-server](https://github.com/kubernetes/contrib/tree/master/404-server) - Default backend [404-server](https://github.com/kubernetes/ingress/tree/master/images/404-server)
## Command line arguments ## Command line arguments

View file

@ -9,3 +9,4 @@ This is a non-comprehensive list of existing ingress controllers.
* [AWS Application Load Balancer Ingress Controller](https://github.com/coreos/alb-ingress-controller) * [AWS Application Load Balancer Ingress Controller](https://github.com/coreos/alb-ingress-controller)
* [kube-ingress-aws-controller](https://github.com/zalando-incubator/kube-ingress-aws-controller) * [kube-ingress-aws-controller](https://github.com/zalando-incubator/kube-ingress-aws-controller)
* [Voyager: HAProxy Ingress Controller](https://github.com/appscode/voyager) * [Voyager: HAProxy Ingress Controller](https://github.com/appscode/voyager)
* [External Nginx Ingress Controller](https://github.com/unibet/ext_nginx)