Merge pull request #556 from mvoitko/fix/missing-port-protocol-in-manager-config

Fix the missing protocol for the first port in manager config
This commit is contained in:
Stefan Prodan 2022-01-25 10:45:04 +02:00 committed by GitHub
commit ce594e92ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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: