Skip to content

Commit 4483664

Browse files
committed
Fix the missing protocol for the first port in manager config
Signed-off-by: Maksym Voitko <[email protected]>
1 parent e25d191 commit 4483664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/manager/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ spec:
3939
ports:
4040
- containerPort: 9090
4141
name: http
42+
protocol: TCP
4243
- containerPort: 8080
4344
name: http-prom
45+
protocol: TCP
4446
- containerPort: 9440
4547
name: healthz
48+
protocol: TCP
4649
env:
4750
- name: RUNTIME_NAMESPACE
4851
valueFrom:

0 commit comments

Comments
 (0)