containerized-data-importer
containerized-data-importer copied to clipboard
Add default containerPort for cdi-apiserver deployment
What this PR does / why we need it:
We have a use case where we run kubevirt/cdi
with HostNetwork=true
This PR is just adding containerPort
explicitly when creating the deployment for cdi-apiserver
so that Kubernetes can pro-actively detect if a pod needs to be assigned to other nodes in case the port is already taken.
Special notes for your reviewer:
Release note:
Explicitly declaring containerPort in cdi-apiserver deployment