Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 25ba26e

Browse files
committed
update the port
1 parent 4be333b commit 25ba26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ func main() {
5252
var metricsAddr string
5353
var enableLeaderElection bool
5454
var probeAddr string
55-
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8080", "The address the metric endpoint binds to.")
56-
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8081", "The address the probe endpoint binds to.")
55+
flag.StringVar(&metricsAddr, "metrics-bind-address", ":8083", "The address the metric endpoint binds to.")
56+
flag.StringVar(&probeAddr, "health-probe-bind-address", ":8084", "The address the probe endpoint binds to.")
5757
flag.BoolVar(&enableLeaderElection, "leader-elect", false,
5858
"Enable leader election for controller manager. "+
5959
"Enabling this will ensure there is only one active controller manager.")

0 commit comments

Comments
 (0)