corda-kubernetes-deployment
corda-kubernetes-deployment copied to clipboard
Corda Kubernetes Deployment
The checklist, under [network-setup](https://github.com/corda/corda-kubernetes-deployment/blob/master/docs/CHECKLIST.md#network-setup) says to "Download network root truststore to ./helm/files/network" but it doesn't say where to download it from or how to generate it. Can you please provide...
In values.yaml I specified the following which are correct (I double checked) serverAddress: username: password: When I run one-time-setup.sh for a new node it has prompted me on 2 occasions...
Currently CorDapps are copied to the Corda Node container once it is running to the persistent storage assigned to that pod. The CorDapps should ideally be segregated. a) Init containers...