Update UI redirect to kube-system.

pull/6/head
Brian Grant 2015-07-07 18:21:07 +00:00
parent 2337daf1f6
commit ee06479a66
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import (
assetfs "github.com/elazarl/go-bindata-assetfs"
)
const dashboardPath = "/api/v1/proxy/namespaces/default/services/kube-ui/#/dashboard/"
const dashboardPath = "/api/v1/proxy/namespaces/kube-system/services/kube-ui/#/dashboard/"
type MuxInterface interface {
Handle(pattern string, handler http.Handler)