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: