containerPort property

int? containerPort
getter/setter pair

Port number the container listens on.

If present, this must be a valid port number, 0 < x < 65536. If not present, it will default to port 8080. For more information, see https://cloud.google.com/run/docs/container-contract#port

Implementation

core.int? containerPort;