mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 09:35: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:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
service:
|
service:
|
||||||
name: org1-peer1
|
name: org1-peer-gateway-svc
|
||||||
port:
|
port:
|
||||||
name: grpc
|
name: grpc
|
||||||
path: /
|
path: /
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ spec:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
service:
|
service:
|
||||||
name: org2-peer1
|
name: org2-peer-gateway-svc
|
||||||
port:
|
port:
|
||||||
name: grpc
|
name: grpc
|
||||||
path: /
|
path: /
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue