From 79f819272a34a4d70cf3993f5d2fb4e77f9f4e7a Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Fri, 28 Apr 2023 05:30:58 +0200 Subject: [PATCH] fixed spelling mistake --- Istio/01-Simple/05-hello_world_1_Service_Entry/README.md | 2 +- Istio/01-Simple/05-hello_world_1_Service_Entry/gateway.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md b/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md index 7de3242..b895b79 100755 --- a/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md +++ b/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md @@ -92,7 +92,7 @@ spec: gateways: - helloworld-gateway http: - - name: https-external-service + - name: http-external-service timeout: 3s match: - uri: diff --git a/Istio/01-Simple/05-hello_world_1_Service_Entry/gateway.yaml b/Istio/01-Simple/05-hello_world_1_Service_Entry/gateway.yaml index acb9481..8d3c198 100755 --- a/Istio/01-Simple/05-hello_world_1_Service_Entry/gateway.yaml +++ b/Istio/01-Simple/05-hello_world_1_Service_Entry/gateway.yaml @@ -23,7 +23,7 @@ spec: gateways: - helloworld-gateway http: - - name: https-external-service + - name: http-external-service timeout: 3s match: - uri: