Commit 8aed033c authored by Javier Diaz's avatar Javier Diaz
Browse files

debugging

parent 1e8f51ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+2 −2
Original line number Diff line number Diff line
@@ -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