Skip to content

Commit

Permalink
Properly configure the discoveryservice metrics port
Browse files Browse the repository at this point in the history
  • Loading branch information
roivaz committed Nov 8, 2024
1 parent 7cb19c9 commit 8335664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/discoveryservice.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func runDiscoveryService(cmd *cobra.Command, args []string) {
mgr, err := ctrl.NewManager(cfg, ctrl.Options{
Scheme: dsScheme,
Metrics: metricsserver.Options{
BindAddress: "0",
BindAddress: metricsAddr,
},
HealthProbeBindAddress: probeAddr,
LeaderElectionID: "2cfbe7d6.marin3r.3scale.net",
Expand Down

0 comments on commit 8335664

Please sign in to comment.