Skip to main content

gcp.project.cloudRunService.container.probe

Supported platform

  • gcp

Description

GCP Cloud Run service revision template container probe

Fields

IDTYPEDESCRIPTION
idstringInternal ID
initialDelaySecondsintNumber of seconds after the container has started before the probe is initiated
timeoutSecondsintNumber of seconds after which the probe times out
periodSecondsintNumber of seconds indicating how often to perform the probe
failureThresholdintMinimum consecutive successes for the probe to be considered failed
httpGetdictHTTP GET probe configuration
tcpSocketdictTCP socket probe configuration

References