From 50184223450dff895673bd41eab225c83e666b90 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sun, 29 Oct 2017 10:42:29 -0700 Subject: [PATCH] Fix path to ELB listener image This corrects the link to ELB level 7 image. --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index bd2684326..439ef06ca 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -90,7 +90,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast This example creates an ELB with just two listeners, one in port 80 and another in port 443 -![Listeners](../docs/images/listener.png) +![Listeners](../docs/images/elb-l7-listener.png) If the ingress controller uses RBAC run: