Skip to content

Commit

Permalink
fix port alignment for fog-ledger-router and grpc-gateway (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat authored Nov 1, 2023
1 parent e513369 commit 4248648
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ spec:
imagePullPolicy: Always
command:
- /usr/bin/go-grpc-gateway
- -grpc-server-endpoint=127.0.0.1:3225
- -grpc-server-endpoint=127.0.0.1:3228
- -grpc-insecure
- -http-server-listen=:8225
- -http-server-listen=:8228
- -logtostderr
ports:
- name: ledger-http
Expand Down

0 comments on commit 4248648

Please sign in to comment.