Skip to content

Commit 2abd785

Browse files
Add ports declaration to controller container
1 parent bc732b0 commit 2abd785

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/controller/controller.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ spec:
2424
requests:
2525
cpu: 100m
2626
memory: 200Mi
27+
ports:
28+
- containerPort: 9443
29+
name: webhook
30+
protocol: TCP
31+
- containerPort: 8080
32+
name: metrics
33+
protocol: TCP
34+
- containerPort: 61779
35+
name: healthprobe
36+
protocol: TCP
2737
livenessProbe:
2838
failureThreshold: 2
2939
httpGet:

0 commit comments

Comments
 (0)