mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
Update the org2 peer Gateway CSR host aliases to reference org2
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
89e391f22e
commit
9de73e1f53
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org2-peer1
|
||||
- org1-peer-gateway-svc
|
||||
- org2-peer-gateway-svc
|
||||
- org2-peer1.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org2-peer2
|
||||
- org1-peer-gateway-svc
|
||||
- org2-peer-gateway-svc
|
||||
- org2-peer2.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
@ -113,4 +113,4 @@ spec:
|
|||
port: 9443
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: org2-peer2
|
||||
app: org2-peer2
|
||||
|
|
|
|||
Loading…
Reference in a new issue