Update naming convention in configMap

This commit is contained in:
muawiakh 2018-01-08 12:50:38 +01:00
parent a348c72696
commit 688831467e
3 changed files with 4 additions and 4 deletions

View File

@ -157,8 +157,8 @@ data:
# in the cluster
tm-instance-name: "<name of tendermint instance>"
# ngx-tendermint-instance-name is the FQDN of the tendermint instance in this cluster
ngx-tendermint-instance-name: "<name of tendermint instance>.default.svc.cluster.local"
# ngx-tm-instance-name is the FQDN of the tendermint instance in this cluster
ngx-tm-instance-name: "<name of tendermint instance>.default.svc.cluster.local"
# tm-abci-port is used by Tendermint Core for ABCI traffic. BigchainDB nodes
# use that internally.

View File

@ -69,7 +69,7 @@ spec:
valueFrom:
configMapKeyRef:
name: tendermint-config
key: ngx-tendermint-instance-name
key: ngx-tm-instance-name
- name: TM_P2P_PORT
valueFrom:
configMapKeyRef:

View File

@ -84,7 +84,7 @@ spec:
valueFrom:
configMapKeyRef:
name: tendermint-config
key: ngx-tendermint-instance-name
key: ngx-tm-instance-name
- name: TM_P2P_PORT
valueFrom:
configMapKeyRef: