-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf9baed
commit 09fb1dc
Showing
6 changed files
with
36 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,27 @@ | ||
# Install Pokeshop with Helm | ||
|
||
1. Execute `helm dependency update` | ||
2. Execute `helm install -f ./values.yaml pokeshop .` | ||
1. Update Helm dependencies | ||
|
||
```bash | ||
helm dependency update | ||
``` | ||
|
||
2. Install the Helm chart | ||
|
||
```bash | ||
helm install -f ./values.yaml pokeshop . | ||
``` | ||
|
||
3. [Get your Tracetest API key and env id](https://app.tracetest.io/retrieve-token) | ||
4. Execute | ||
4. Install Tracetest Agent | ||
|
||
```bash | ||
helm repo add tracetestcloud https://kubeshop.github.io/tracetest-cloud-charts --force-update && helm install agent tracetestcloud/tracetest-agent --set agent.apiKey=<TRACETEST_API_KEY> --set agent.environmentId=<TRACETEST_ENVIRONMENT_ID> | ||
``` | ||
|
||
5. Create and run a test by going to [`app.tracetest.io`](https://app.tracetest.io) and using the internal Kubernetes service networking: | ||
|
||
- **POST** `http://pokeshop-pokemon-api.default.svc.cluster.local:8081/pokemon/import` - Body: `{ "id": 1 }` | ||
- **GET** `http://pokeshop-pokemon-api.default.svc.cluster.local:8081/pokemon` | ||
- **POST** `http://pokeshop-pokemon-api:8081/pokemon/import` - Body: `{ "id": 1 }` | ||
- **GET** `http://pokeshop-pokemon-api:8081/pokemon` | ||
|
||
![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1724764008/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_environments_ttenv_4b0e8945dbe5045a_test_tTFZ453Ig_run_9_selectedSpan_bb8ba205b42a8619_nylqid.png) | ||
![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1725358889/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_environments_ttenv_4b0e8945dbe5045a_test_Q6Mr5o3Ig_run_24_trigger_agj1ls.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters