Skip to content

Commit

Permalink
set target port 8443
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 committed Sep 18, 2019
1 parent ae29376 commit 3b42356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/webhook/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ metadata:
spec:
ports:
- port: 443
targetPort: 443
targetPort: 8443
selector:
control-plane: controller-manager
`
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/webhook_manager_patch.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
containers:
- name: manager
ports:
- containerPort: 443
- containerPort: 8443
name: webhook-server
protocol: TCP
volumeMounts:
Expand Down

0 comments on commit 3b42356

Please sign in to comment.