mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update org1-peer2.yaml (#882)
Fixing TLS issues while using org1-peer-gateway-svc.${DOMAIN}.
This would be needed so there are no TLS issues when sending requests.
Signed-off-by: Deepak Singh <91736795+blockguardian@users.noreply.github.com>
Signed-off-by: Deepak Singh <91736795+blockguardian@users.noreply.github.com>
This commit is contained in:
parent
8d0e632d86
commit
09959b967d
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ spec:
|
|||
- org1-peer-gateway-svc
|
||||
- org1-peer2.${ORG1_NS}.svc.cluster.local
|
||||
- org1-peer2.${DOMAIN}
|
||||
- org1-peer2-gateway-svc.${DOMAIN}
|
||||
ipAddresses:
|
||||
- 127.0.0.1
|
||||
secretName: org1-peer2-tls-cert
|
||||
|
|
@ -156,4 +157,4 @@ spec:
|
|||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- org1-peer2.${DOMAIN}
|
||||
- org1-peer2.${DOMAIN}
|
||||
|
|
|
|||
Loading…
Reference in a new issue