removed an space, wow

This commit is contained in:
savagebidoof 2023-05-11 23:23:46 +02:00
parent ca68dde6ea
commit 38a7b70758

View File

@ -264,7 +264,7 @@ sidecar.networking.istio.io "helloworld-sidecar" deleted
### Curl again
After deleting the `sidecar` configuration, which was handling the ingress traffic from port `8080`, we can observe that we are no longer able to handle the incoming requests, raising an error message.
After deleting the `sidecar` configuration, which was handling the ingress traffic from port `8080`, we can observe that we are no longer able to handle the incoming requests, raising an error message.
```shell
curl 192.168.1.50/helloworld -s