mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fixed typo in k8s configmap template (#2583)
Thanks to @aberey for pointing this out.
This commit is contained in:
parent
e2b3c78d9c
commit
ee7bd938dc
@ -250,7 +250,7 @@ data:
|
|||||||
|
|
||||||
# node-frontend-port is the port number on which this node's services
|
# node-frontend-port is the port number on which this node's services
|
||||||
# are available to external clients.
|
# are available to external clients.
|
||||||
node-frontend-port: "{node_frontend_port}"
|
node-frontend-port: "${node_frontend_port}"
|
||||||
|
|
||||||
# node-health-check-port is the port number on which an external load
|
# node-health-check-port is the port number on which an external load
|
||||||
# balancer can check the status/liveness of the external/public server.
|
# balancer can check the status/liveness of the external/public server.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user