Skip to content

Commit

Permalink
fix(installer): updating grpc host when installing the docker version…
Browse files Browse the repository at this point in the history
… with pokeshop (#2485)
  • Loading branch information
xoscar authored and schoren committed May 9, 2023
1 parent 5d62ccb commit b1d41f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/installer/tracetest.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func configureDemoApp(conf configuration, ui cliUI.UI) configuration {
switch conf.String("installer") {
case "docker-compose":
conf.set("demo.endpoint.pokeshop.http", "http://demo-api:8081")
conf.set("demo.endpoint.pokeshop.grpc", "demo-api:8082")
conf.set("demo.endpoint.pokeshop.grpc", "demo-rpc:8082")
conf.set("demo.endpoint.otel.frontend", "http://otel-frontend:8084")
conf.set("demo.endpoint.otel.product_catalog", "otel-productcatalogservice:3550")
conf.set("demo.endpoint.otel.cart", "otel-cartservice:7070")
Expand Down

0 comments on commit b1d41f9

Please sign in to comment.