Skip to content

Commit

Permalink
Add verification step
Browse files Browse the repository at this point in the history
  • Loading branch information
AnchorArray committed Apr 11, 2024
1 parent 2029a56 commit c6fcff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/langkit/docs/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,12 @@ registry_token=""
printf "\nLangkit Hostname: http://${hostname}\n\n"
```

1. Verify Deployment

You can confirm that the deployment was successful by executing the
following command. You should see `HTTP/1.1 200 OK` within the response.

```shell
curl -v "http://${hostname}/health"
```

0 comments on commit c6fcff4

Please sign in to comment.