Type Alias: ContainerWithDockerHealthcheckOpts
ContainerWithDockerHealthcheckOpts =
object
Properties​
interval?​
optionalinterval:string
Interval between running healthcheck. Example: "30s"
retries?​
optionalretries:number
The maximum number of consecutive failures before the container is marked as unhealthy. Example: "3"
shell?​
optionalshell:boolean
When true, command must be a single element, which is run using the container's shell
startInterval?​
optionalstartInterval:string
StartInterval configures the duration between checks during the startup phase. Example: "5s"
startPeriod?​
optionalstartPeriod:string
StartPeriod allows for failures during this initial startup period which do not count towards maximum number of retries. Example: "0s"
timeout?​
optionaltimeout:string
Healthcheck timeout. Example: "3s"