Skip to content

Commit

Permalink
update webhook port
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kad committed Jun 11, 2024
1 parent c4e2b37 commit efe397e
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() {
BindAddress: metricsAddr,
},
WebhookServer: webhook.NewServer(webhook.Options{
Port: 9443,
Port: webhookPort,
}),
HealthProbeBindAddress: probeAddr,
LeaderElection: enableLeaderElection,
Expand Down

0 comments on commit efe397e

Please sign in to comment.