Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpps88206 committed Jun 14, 2019
1 parent 4b9d1c5 commit 60abd4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1'
version: '3'
services:

server:
Expand Down
2 changes: 1 addition & 1 deletion envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ static_resources:
type: logical_dns
http2_protocol_options: {}
lb_policy: round_robin
hosts: [{ socket_address: { address: backend, port_value: 50051 }}]
hosts: [{ socket_address: { address: server, port_value: 50051 }}]

0 comments on commit 60abd4d

Please sign in to comment.