Skip to content

Commit

Permalink
fix BindAddress calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
majewsky committed Oct 2, 2023
1 parent 37a36b4 commit 45d6b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func main() {
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
Scheme: scheme,
Metrics: metricsserver.Options{
BindAddress: metricsAddr + ":9443",
BindAddress: metricsAddr,
},
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
Expand Down

0 comments on commit 45d6b35

Please sign in to comment.