Skip to content

Commit

Permalink
Merge pull request #556 from mvoitko/fix/missing-port-protocol-in-man…
Browse files Browse the repository at this point in the history
…ager-config

Fix the missing protocol for the first port in manager config
  • Loading branch information
stefanprodan authored Jan 25, 2022
2 parents e25d191 + 4483664 commit ce594e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ spec:
ports:
- containerPort: 9090
name: http
protocol: TCP
- containerPort: 8080
name: http-prom
protocol: TCP
- containerPort: 9440
name: healthz
protocol: TCP
env:
- name: RUNTIME_NAMESPACE
valueFrom:
Expand Down

0 comments on commit ce594e9

Please # to comment.