mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Minor fixes to the ingress setting (#850)
This patch fixes the ingress setting so that the peer-gateway works correctly. Signed-off-by: Satoshi Ito <satoshi.ito.tf@hitachi.com>
This commit is contained in:
parent
2e421139a0
commit
22e1af4935
2 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ spec:
|
|||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: org1-peer1
|
||||
name: org1-peer-gateway-svc
|
||||
port:
|
||||
name: grpc
|
||||
path: /
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ spec:
|
|||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: org2-peer1
|
||||
name: org2-peer-gateway-svc
|
||||
port:
|
||||
name: grpc
|
||||
path: /
|
||||
|
|
|
|||
Loading…
Reference in a new issue