mirror of https://github.com/k3s-io/k3s
Update UI redirect to kube-system.
parent
2337daf1f6
commit
ee06479a66
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue