mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 11:35:10 +00:00
Add peer gateway-svc as dnsNames on each peer's certificate
Signed-off-by: Charalarg <charalarg@gmail.com>
This commit is contained in:
parent
58606efc06
commit
f7d27508ec
4 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org1-peer1
|
||||
- org1-peer-gateway-svc
|
||||
- org1-peer1.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org1-peer2
|
||||
- org1-peer-gateway-svc
|
||||
- org1-peer2.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org2-peer1
|
||||
- org1-peer-gateway-svc
|
||||
- org2-peer1.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ spec:
|
|||
dnsNames:
|
||||
- localhost
|
||||
- org2-peer2
|
||||
- org1-peer-gateway-svc
|
||||
- org2-peer2.test-network.svc.cluster.local
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue