mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user