Commit 5a6b0795 authored by Daniel Smith's avatar Daniel Smith

Merge pull request #8085 from smarterclayton/read_only_port_wrong

Public read only port is incorrect in master
parents 8d6e32d3 0617951e
......@@ -583,7 +583,7 @@ func (m *Master) NewBootstrapController() *Controller {
ReadOnlyServiceIP: m.serviceReadOnlyIP,
ReadOnlyServicePort: m.serviceReadOnlyPort,
PublicReadOnlyServicePort: m.serviceReadOnlyPort,
PublicReadOnlyServicePort: m.publicReadOnlyPort,
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment