Skip to content

Commit

Permalink
Converted response image into code
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Widmer committed Dec 21, 2023
1 parent 39b20d5 commit 4038685
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion patterns/vpc-lattice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ In order to test the connectivty between the client and server, please follow th
3. Within the console test the connecvity to the server application by entering the following command:

```sh
curl -I http://server.example.com
$ curl -I http://server.example.com
HTTP/1.1 200 OK
date: Thu, 14 Dec 2023 08:29:39 GMT
content-length: 54
content-type: text/plain; charset=utf-8

Requesting to Pod(server-6f487b9bcd-5qm4v): server pod

```

If everythign works as expected yous should receive the following response:
Expand Down
Binary file removed patterns/vpc-lattice/assets/server-response.jpeg
Binary file not shown.

0 comments on commit 4038685

Please sign in to comment.