gcp.project.cloudRunService.container
Supported platform
- gcp
Description
Google Cloud (GCP) Run service revision template container
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Internal ID |
| name | string | Container name |
| image | string | URL of the container image in Google Container Registry or Google Artifact Registry |
| command | []string | Entrypoint array |
| args | []string | Arguments to the entrypoint |
| env | []dict | Environment variables |
| resources | dict | Compute resource requirements by the container |
| ports | []dict | List of ports to expose from the container, @afiune Fix issue int32 not parse as dict |
| volumeMounts | []dict | Volumes to mount into the container's file system |
| workingDir | string | Container's working directory |
| livenessProbe | gcp.project.cloudRunService.container.probe | Periodic probe of container liveness |
| startupProbe | gcp.project.cloudRunService.container.probe | Startup probe of application within the container |
References