mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update some configuration for alpha release containers
- Update bigchaindb server threads/workers - Configure `debug` log-level for tendermint
This commit is contained in:
parent
3000e52795
commit
933e68bf53
@ -84,6 +84,10 @@ spec:
|
||||
configMapKeyRef:
|
||||
name: bdb-config
|
||||
key: bigchaindb-log-level
|
||||
- name: BIGCHAINDB_SERVER_WORKERS
|
||||
value: "1"
|
||||
- name: BIGCHAINDB_SERVER_THREADS
|
||||
value: "1"
|
||||
- name: BIGCHAINDB_DATABASE_SSL
|
||||
value: "true"
|
||||
- name: BIGCHAINDB_DATABASE_CA_CERT
|
||||
|
@ -106,4 +106,4 @@ seeds=$(IFS=','; echo "${seeds[*]}")
|
||||
|
||||
# start nginx
|
||||
echo "INFO: starting tendermint..."
|
||||
exec tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy_app="tcp://$tm_proxy_app:$tm_abci_port"
|
||||
exec tendermint node --p2p.seeds="$seeds" --moniker="`hostname`" --proxy_app="tcp://$tm_proxy_app:$tm_abci_port" --log_level debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user