Skip to content

Commit

Permalink
test - keeping the port of wbhook service as 443
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Sep 18, 2019
1 parent 7d4d4d9 commit ef86fd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: system
spec:
ports:
- port: 8443
- port: 443
targetPort: 8443
selector:
control-plane: controller-manager
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/webhook/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ metadata:
namespace: system
spec:
ports:
- port: 8443
- port: 443
targetPort: 8443
selector:
control-plane: controller-manager
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v2/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: 8443
- port: 443
targetPort: 8443
selector:
control-plane: controller-manager

0 comments on commit ef86fd0

Please sign in to comment.