Skip to content

Commit 2e67dba

Browse files
committed
use .localhost domain to avoid confusion with .lacolhost.com
1 parent c475d9a commit 2e67dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/kuberoCli/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func installKuberoUi() {
568568
yaml.Unmarshal(kf.Body(), &kuberoUIConfig)
569569

570570
if arg_domain == "" {
571-
arg_domain = promptLine("Kuberi UI Domain", "", "kubero.lacolhost.com")
571+
arg_domain = promptLine("Kuberi UI Domain", "", "kubero.localhost")
572572
}
573573
kuberoUIConfig.Spec.Ingress.Hosts[0].Host = arg_domain
574574

0 commit comments

Comments
 (0)