diff --git a/pkg/druidapi/druidapi.go b/pkg/druidapi/druidapi.go index c932dccb..8b020dcb 100644 --- a/pkg/druidapi/druidapi.go +++ b/pkg/druidapi/druidapi.go @@ -129,7 +129,7 @@ func GetRouterSvcUrl(namespace, druidClusterName string, c client.Client) (strin return "", errors.New("router svc discovery fail") } - newName := "http://" + svcName + "." + namespace + ".svc.cluster.local:" + DruidRouterPort + newName := "http://" + svcName + "." + namespace + ":" + DruidRouterPort return newName, nil }