Skip to content

Commit

Permalink
use .localhost domain to avoid confusion with .lacolhost.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Mar 13, 2024
1 parent c475d9a commit 2e67dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kuberoCli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ func installKuberoUi() {
yaml.Unmarshal(kf.Body(), &kuberoUIConfig)

if arg_domain == "" {
arg_domain = promptLine("Kuberi UI Domain", "", "kubero.lacolhost.com")
arg_domain = promptLine("Kuberi UI Domain", "", "kubero.localhost")
}
kuberoUIConfig.Spec.Ingress.Hosts[0].Host = arg_domain

Expand Down

0 comments on commit 2e67dba

Please sign in to comment.