Skip to content

Commit

Permalink
remove .cluster.local from dashboard url
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Dec 5, 2023
1 parent eae2fd6 commit 0a1975a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/dashboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (c *Client) DiscoverDashboardSvc() (string, error) {
c.l.Warnf("Found multiple open ports in svc/%v/%v", service.Name, service.Namespace)
}

c.appArgs.K8s.DashboardSvcUrl = fmt.Sprintf("%s://%s.%s.svc.cluster.local:%d",
c.appArgs.K8s.DashboardSvcUrl = fmt.Sprintf("%s://%s.%s.svc:%d",
c.appArgs.K8s.DashboardSvcProto,
service.Name,
c.appArgs.K8s.ReleaseNamespace,
Expand Down

0 comments on commit 0a1975a

Please sign in to comment.