From 436fd2df8b24a7e53b815aa645f0005a6c7eb297 Mon Sep 17 00:00:00 2001 From: claycooper Date: Sun, 12 Apr 2020 15:27:37 -0400 Subject: [PATCH] Fixed spelling error --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 594db748..3314c8fa 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -4,7 +4,7 @@ ### 1. via Ingress -In this example, we will deploy a simple nginx webserver deployment and make it accessible via Iingress. +In this example, we will deploy a simple nginx webserver deployment and make it accessible via ingress. Therefore, we have to create the cluster in a way, that the internal port 80 (where the `traefik` ingress controller is listening on) is exposed on the host system. 1. Create a cluster, mapping the ingress port 80 to localhost:8081