Skip to content

Commit

Permalink
Fix webhook port in service to 9445 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Dec 9, 2024
1 parent d69127d commit d5cc678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webhook/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ spec:
ports:
- port: 443
protocol: TCP
targetPort: 9443
targetPort: 9445
selector:
control-plane: controller-manager

0 comments on commit d5cc678

Please sign in to comment.