[go: nahoru, domu]

Skip to content

Commit

Permalink
fix path for gateway deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csplinter committed Jul 24, 2020
1 parent 2e1e99a commit 602b04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Alter deployment.yml files with your docker username
```
# replace image name in deploy/spring-boot/spring-boot-deployment.yml
# replace image name in deploy/spring-data/spring-data-deployment.yml
# replace image name in deploy/gateway-service/gateway-deployment.yml
# replace image name in deploy/gateway/gateway-deployment.yml
```

Create namespaces
Expand Down Expand Up @@ -256,4 +256,4 @@ curl -X DELETE "http://localhost:8081/api/orders/delete/product-from-order?order
Delete order with order_id = 123e4567-e89b-12d3-a456-556642440000
```
curl -X DELETE "http://localhost:8081/api/orders/delete/order?orderId=123e4567-e89b-12d3-a456-556642440000"```
```
```

0 comments on commit 602b04c

Please sign in to comment.