Merge pull request #405 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
ab9e4f8c95
|
@ -33,6 +33,7 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
name: http-prom
|
name: http-prom
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9440
|
- containerPort: 9440
|
||||||
name: healthz
|
name: healthz
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in New Issue