From 75cb80b809300235a5485dbfa158027507cb620e Mon Sep 17 00:00:00 2001 From: sudhanshud Date: Wed, 15 Dec 2021 11:25:54 +0530 Subject: [PATCH] Fixed Type egress It should be egress instead of ingress --- content/09-traffic-management/08-egress-gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/09-traffic-management/08-egress-gateway.md b/content/09-traffic-management/08-egress-gateway.md index b8b9ba4..deea2b9 100644 --- a/content/09-traffic-management/08-egress-gateway.md +++ b/content/09-traffic-management/08-egress-gateway.md @@ -132,7 +132,7 @@ telnet 10.59.118.59 6379 Connected to 10.59.118.59 ``` -9. We will also create an ingress gateway and configure the service entry to flow the traffic via the egress gateway: +9. We will also create an egress gateway and configure the service entry to flow the traffic via the egress gateway: ``` apiVersion: networking.istio.io/v1alpha3