Skip to main content

HealthcheckConfig

API reference

Image healthcheck configuration.

Implements Node

args: [String!]!

Healthcheck command arguments.

id: ID!

A unique identifier for this HealthcheckConfig.

interval: String!

Interval between running healthcheck. Example:30s

retries: Int!

The maximum number of consecutive failures before the container is marked as unhealthy. Example:3

shell: Boolean!

Healthcheck command is a shell command.

startInterval: String!

StartInterval configures the duration between checks during the startup phase. Example:5s

startPeriod: String!

StartPeriod allows for failures during this initial startup period which do not count towards maximum number of retries. Example:0s

timeout: String!

Healthcheck timeout. Example:3s

References

Returned by