Skip to content

Commit

Permalink
Add grpcPort to development_xdc_cluster.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
fimanishi committed Dec 11, 2024
1 parent 5102763 commit db6b934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/development_xdc_cluster0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ services:
shard-distributor:
rpc:
port: 7951
grpcPort: 7941
bindOnLocalHost: true
metrics:
statsd:
Expand Down
1 change: 1 addition & 0 deletions config/development_xdc_cluster1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ services:
shard-distributor:
rpc:
port: 7952
grpcPort: 7942
bindOnLocalHost: true
metrics:
statsd:
Expand Down
1 change: 1 addition & 0 deletions config/development_xdc_cluster2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ services:
shard-distributor:
rpc:
port: 7953
grpcPort: 7943
bindOnLocalHost: true
metrics:
statsd:
Expand Down

0 comments on commit db6b934

Please sign in to comment.