Skip to content

Commit

Permalink
use service datacenter for dns name
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg committed Sep 18, 2020
1 parent d4877f0 commit 1c44e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/ui_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func modifySummaryForGatewayService(
}
dnsAddresses = append(dnsAddresses, serviceIngressDNSName(
gwsvc.Service.Name,
cfg.Datacenter,
gwsvc.Service.Datacenter,
domain,
&gwsvc.Service.EnterpriseMeta,
))
Expand Down

0 comments on commit 1c44e30

Please sign in to comment.