Skip to content

Commit

Permalink
fix: adjust pprof bind port
Browse files Browse the repository at this point in the history
  • Loading branch information
L30Bola committed Jun 21, 2024
1 parent a0a5195 commit 5a01cd2
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() {
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
LeaderElectionID: "a7b2d45c.cluster.x-k8s.io",
PprofBindAddress: ":8081",
PprofBindAddress: ":8082",
})
if err != nil {
setupLog.Error(err, "unable to start manager")
Expand Down

0 comments on commit 5a01cd2

Please sign in to comment.