aws-samples / hyperledger-on-kubernetes

Builds a Hyperledger Fabric network on Kubernetes
MIT No Attribution
119 stars 64 forks source link

Make orderers persistent #13

Open msolefonte opened 5 years ago

msolefonte commented 5 years ago

Issue #, if available: Make orderers persistent #6

Description of changes: Allow orderers to store data from hyperledger persistently. To achive this Deployments have been turned into StatefulSets and one additional EBS is used by orderer. By default, these volumes have a size of 200Gi.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.