Skip to main content

gcp.project.cloudRunService.container

Supported platform

  • gcp

Description

GCP Cloud Run service revision template container

Fields

IDTYPEDESCRIPTION
idstringInternal ID
namestringContainer name
imagestringURL of the container image in Google Container Registry or Google Artifact Registry
command[]stringEntrypoint array
args[]stringArguments to the entrypoint
env[]dictEnvironment variables
resourcesdictCompute resource requirements by the container
ports[]dictList of ports to expose from the container
volumeMounts[]dictVolumes to mount into the container's file system
workingDirstringContainer's working directory
livenessProbegcp.project.cloudRunService.container.probePeriodic probe of container liveness
startupProbegcp.project.cloudRunService.container.probeStartup probe of application within the container

References