Commit 0617951e authored by Clayton Coleman's avatar Clayton Coleman

Public read only port is incorrect in master

parent caddcd8c
......@@ -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