Skip to content

Commit

Permalink
updated schema StackContainerConfigDeploy.yml with health check chang…
Browse files Browse the repository at this point in the history
…es and fixes (#170)

Co-authored-by: Christopher Aubuchon <caubuchon@petrichor.io>
  • Loading branch information
2 people authored and mattoni committed Sep 26, 2023
1 parent 3f59e15 commit 8cdbf63
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,23 @@ properties:
properties:
command:
type: string
description: The command to run as your health check
example: /bin/sh healthcheck.sh
retries:
type: integer
description: The number of times to retry the command before marking an instance unhealthy
interval:
$ref: ../../Duration.yml
description: How long to wait between restarts.
description: How long to wait between running health checks.
timeout:
$ref: ../../Duration.yml
description: How long before a health check attempt times out.
restart:
type: boolean
description: A boolean where true represents the desire for the container to restart if any instance is unhealthy.
delay:
$ref: ../../Duration.yml
description: How long to wait after a container start event before starting health checks.
telemetry:
type: object
required:
Expand Down

0 comments on commit 8cdbf63

Please sign in to comment.