Skip to content

Commit 3f20034

Browse files
sarthak77Sarthak Singhal
and
Sarthak Singhal
authored
updated yaml file and readme (#26)
Co-authored-by: Sarthak Singhal <[email protected]>
1 parent 0aeab23 commit 3f20034

File tree

2 files changed

+373
-286
lines changed

2 files changed

+373
-286
lines changed

README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@ Use pre-built public container images that are easy to deploy by deploying the [
1515

1616
1. `git clone https://github.com/hypertrace/hypertrace-samples.git`
1717
2. `cd online-boutique-demo`
18-
2. Run `kubectl apply -f ./release/kubernetes-manifests.yaml` to deploy the sample app.
19-
3. Run `kubectl get pods` to confirm pods are in a Ready state.
20-
4. Find the `NodePort` of your application, then visit the application at `localhost:nodeport` in your
21-
browser to confirm installation.
22-
23-
```sh
24-
kubectl get service/frontend-external
25-
```
18+
3. Run `kubectl apply -f ./release/kubernetes-manifests.yaml` to deploy the sample app.
19+
4. Run `kubectl get pods` to confirm pods are in a Ready state.
20+
5. Then go to http://127.0.0.1 for web UI.
2621

2722
#### This is how your application will look like!
2823

0 commit comments

Comments
 (0)