Skip to content

Commit ce594e9

Browse files
authored
Merge pull request #556 from mvoitko/fix/missing-port-protocol-in-manager-config
Fix the missing protocol for the first port in manager config
2 parents e25d191 + 4483664 commit ce594e9

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)