containerPort property
Port number the container listens on.
This must be a valid TCP port number, 0 < container_port < 65536.
Implementation
core.int? containerPort;
Port number the container listens on.
This must be a valid TCP port number, 0 < container_port < 65536.
core.int? containerPort;