ContainerHealthCheckConfig describes a container healthcheck with attributes like command, retries, interval, start period, and timeout.
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] |
- Serializable