File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 14
14
- port : 443
15
15
targetPort : 8443
16
16
selector :
17
- role : webhook
17
+ role : manager
Original file line number Diff line number Diff line change 4
4
apiVersion : apps/v1
5
5
kind : Deployment
6
6
metadata :
7
- name : webhook
7
+ name : manager
8
8
namespace : service-bindings
9
9
labels :
10
10
bindings.labs.vmware.com/release : devel
@@ -13,24 +13,24 @@ spec:
13
13
replicas : 1
14
14
selector :
15
15
matchLabels :
16
- app : webhook
17
- role : webhook
16
+ app : manager
17
+ role : manager
18
18
template :
19
19
metadata :
20
20
annotations :
21
21
sidecar.istio.io/inject : " false"
22
22
labels :
23
- app : webhook
24
- role : webhook
23
+ app : manager
24
+ role : manager
25
25
bindings.labs.vmware.com/release : devel
26
26
bindings.labs.vmware.com/exclude : " true"
27
27
spec :
28
28
serviceAccountName : controller
29
29
containers :
30
- - name : webhook
30
+ - name : manager
31
31
# This is the Go import path for the binary that is containerized
32
32
# and substituted here.
33
- image : ko://github.com/vmware-labs/service-bindings/cmd/webhook
33
+ image : ko://github.com/vmware-labs/service-bindings/cmd/manager
34
34
resources :
35
35
requests :
36
36
cpu : 100m
You can’t perform that action at this time.
0 commit comments