Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.17 KB

ContainerHealthCheckConfig.md

File metadata and controls

23 lines (13 loc) · 1.17 KB

ContainerHealthCheckConfig

ContainerHealthCheckConfig describes a container healthcheck with attributes like command, retries, interval, start period, and timeout.

Properties

Name Type Description Notes
healthCheckOnFailureAction Long HealthCheckOnFailureAction defines how Podman reacts when a container's health status turns unhealthy. [optional]
healthLogDestination String HealthLogDestination defines the destination where the log is stored [optional]
healthMaxLogCount Integer HealthMaxLogCount is maximum number of attempts in the HealthCheck log file. ('0' value means an infinite number of attempts in the log file) [optional]
healthMaxLogSize Integer HealthMaxLogSize is the maximum length in characters of stored HealthCheck log ("0" value means an infinite log length) [optional]
healthconfig Schema2HealthConfig [optional]
startupHealthConfig StartupHealthCheck [optional]

Implemented Interfaces

  • Serializable