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:
commit
ce594e92ab
|
@ -39,10 +39,13 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9090
|
- containerPort: 9090
|
||||||
name: http
|
name: http
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http-prom
|
name: http-prom
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9440
|
- containerPort: 9440
|
||||||
name: healthz
|
name: healthz
|
||||||
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: RUNTIME_NAMESPACE
|
- name: RUNTIME_NAMESPACE
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Reference in New Issue