File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
components/schemas/stacks/spec Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -120,16 +120,23 @@ properties:
120
120
properties :
121
121
command :
122
122
type : string
123
+ description : The command to run as your health check
124
+ example : /bin/sh healthcheck.sh
123
125
retries :
124
126
type : integer
127
+ description : The number of times to retry the command before marking an instance unhealthy
125
128
interval :
126
129
$ref : ../../Duration.yml
127
- description : How long to wait between restarts .
130
+ description : How long to wait between running health checks .
128
131
timeout :
129
132
$ref : ../../Duration.yml
130
133
description : How long before a health check attempt times out.
131
134
restart :
132
135
type : boolean
136
+ description : A boolean where true represents the desire for the container to restart if any instance is unhealthy.
137
+ delay :
138
+ $ref : ../../Duration.yml
139
+ description : How long to wait after a container start event before starting health checks.
133
140
telemetry :
134
141
type : object
135
142
required :
You can’t perform that action at this time.
0 commit comments