Fixed typo in k8s configmap template (#2583)

Thanks to @aberey for pointing this out.
This commit is contained in:
Troy McConaghy 2018-10-18 09:21:02 +02:00 committed by GitHub
parent e2b3c78d9c
commit ee7bd938dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -250,7 +250,7 @@ data:
# node-frontend-port is the port number on which this node's services
# 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
# balancer can check the status/liveness of the external/public server.