Skip to content

Commit 7afc446

Browse files
committed
update readme
1 parent 395eeca commit 7afc446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
> This project is inspired from [CoolStore project](https://github.com/jbossdemocentral/coolstore-microservice) by [JBoss Demo Central](https://github.com/jbossdemocentral) & [Red Hat Demo Central](https://gitlab.com/redhatdemocentral)
77
8-
> The structure of README is inspired from [GoogleCloudPlatform Demo](https://github.com/GoogleCloudPlatform/microservices-demo). Thank you [@ahmetb](https://github.com/ahmetb)
8+
> The structure of README is inspired from [GoogleCloudPlatform Demo](https://github.com/GoogleCloudPlatform/microservices-demo).
99
1010
CoolStore is a containerised polyglot microservices application consisting of services based on .NET Core, NodeJS and more running on Service Mesh.
1111

@@ -113,8 +113,8 @@ gateway:
113113
7. Apply `istioctl` command to `coolstore` chart
114114

115115
```
116-
> helm template deploys/charts/coolstore -f deploys/charts/coolstore/values.dev.yaml -f deploys/charts/coolstore/values.dev.local.yaml > deploys/k8s/dev-all-in-one.yaml
117-
> istioctl kube-inject -f deploys/k8s/dev-all-in-one.yaml | kubectl apply -f -
116+
> helm template deploys/charts/coolstore -f deploys/charts/coolstore/values.dev.yaml -f deploys/charts/coolstore/values.dev.local.yaml > deploys/k8s/coolstore.local.yaml
117+
> istioctl kube-inject -f deploys/k8s/coolstore.local.yaml | kubectl apply -f -
118118
```
119119

120120
8. Add hosts file with following content
@@ -144,7 +144,7 @@ Waiting for the container provision completed
144144
11. Clean up `coolstore` chart as
145145

146146
```
147-
> kubectl delete -f deployment/istio/dev-all-in-one.yaml
147+
> kubectl delete -f deployment/istio/coolstore.local.yaml
148148
> helm delete coolstore-istio --purge
149149
> helm delete istio --purge
150150
```

0 commit comments

Comments
 (0)