mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update naming convention in configMap
This commit is contained in:
parent
a348c72696
commit
688831467e
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user