Loading deploy/tfs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ kubectl create secret generic dlt-keystone --namespace ${TFS_K8S_NAMESPACE} --fr printf "\n" echo "Create secret for HLF signcerts" kubectl create secret generic dlt-signcerts --namespace ${TFS_K8S_NAMESPACE} --from-file=signcerts=${CERT_DIRECTORY_PATH} kubectl create secret generic dlt-signcerts --namespace ${TFS_K8S_NAMESPACE} --from-file=signcerts.pem=${CERT_DIRECTORY_PATH} printf "\n" echo "Create secret for HLF ca.crt" Loading src/dlt/gateway/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ RUN npm install EXPOSE 50051 # Command to run the service #CMD ["node", "src/dltGateway.js"] CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing CMD ["node", "src/dltGateway.js"] #CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing Loading
deploy/tfs.sh +1 −1 Original line number Diff line number Diff line Loading @@ -196,7 +196,7 @@ kubectl create secret generic dlt-keystone --namespace ${TFS_K8S_NAMESPACE} --fr printf "\n" echo "Create secret for HLF signcerts" kubectl create secret generic dlt-signcerts --namespace ${TFS_K8S_NAMESPACE} --from-file=signcerts=${CERT_DIRECTORY_PATH} kubectl create secret generic dlt-signcerts --namespace ${TFS_K8S_NAMESPACE} --from-file=signcerts.pem=${CERT_DIRECTORY_PATH} printf "\n" echo "Create secret for HLF ca.crt" Loading
src/dlt/gateway/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ RUN npm install EXPOSE 50051 # Command to run the service #CMD ["node", "src/dltGateway.js"] CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing CMD ["node", "src/dltGateway.js"] #CMD ["sh", "-c", "sleep 3600"] # Keep the container running for testing