Deployment of Tendermint + BigchainDB cluster

- Update existing docker-containers to support tendermint integration, nginx,
  mongodb, bigchaindb
- Add tendermint configuration files for statefulset, pvc, pv and service.
- Update some READMEs.
This commit is contained in:
muawiakh
2018-01-02 14:47:36 +01:00
parent 52d0c7024a
commit a348c72696
42 changed files with 736 additions and 160 deletions

View File

@@ -25,4 +25,12 @@ spec:
targetPort: 80
name: public-insecure-cluster-port
protocol: TCP
- port: "<tm-pub-key-access from ConfigMap>"
targetPort: "<tm-pub-key-access from ConfigMap>"
name: tm-pub-key-access
protocol: TCP
- port: "<tm-p2p-port from ConfigMap>"
targetPort: "<tm-p2p-port from ConfigMap>"
protocol: TCP
name: tm-p2p-port
type: LoadBalancer