From 0617951eadae85fe2f870a56ffd298742dec4bc7 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Mon, 11 May 2015 19:20:38 -0400 Subject: [PATCH] Public read only port is incorrect in master --- pkg/master/master.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/master/master.go b/pkg/master/master.go index 5fa1734ce7d..4389aad53cc 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -583,7 +583,7 @@ func (m *Master) NewBootstrapController() *Controller { ReadOnlyServiceIP: m.serviceReadOnlyIP, ReadOnlyServicePort: m.serviceReadOnlyPort, - PublicReadOnlyServicePort: m.serviceReadOnlyPort, + PublicReadOnlyServicePort: m.publicReadOnlyPort, } }