Commit ee06479a authored by Brian Grant's avatar Brian Grant

Update UI redirect to kube-system.

parent 2337daf1
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
assetfs "github.com/elazarl/go-bindata-assetfs" 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 { type MuxInterface interface {
Handle(pattern string, handler http.Handler) Handle(pattern string, handler http.Handler)
......
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