fix kiali config

This commit is contained in:
Jeff
2019-03-20 11:15:00 +08:00
parent 8e7a1b65bc
commit 8a060fa87f
2 changed files with 2 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ func initializeKialiConfig(s *options.ServerRunOptions) {
// Exclude system namespaces
config.API.Namespaces.Exclude = []string{"istio-system", "kubesphere*", "kube*"}
config.InCluster = false
config.InCluster = true
// Set default prometheus service url
config.ExternalServices.PrometheusServiceURL = "http://prometheus.kubesphere-monitoring-system.svc:9090"