Skip to content

Commit

Permalink
update port for webhook service to 443
Browse files Browse the repository at this point in the history
Update webhook service to listen on 443. This will prevent the need to update the current CRDs that specify 443 in their conversion config.
  • Loading branch information
madorn authored Aug 7, 2020
1 parent 2be692d commit 64c8318
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 @@ -6,7 +6,7 @@ metadata:
namespace: system
spec:
ports:
- port: 9443
- port: 443
targetPort: 9443
selector:
control-plane: controller-manager

0 comments on commit 64c8318

Please sign in to comment.