Skip to content

Commit

Permalink
Added Task Health
Browse files Browse the repository at this point in the history
  • Loading branch information
latifcabinetoffice committed Jul 10, 2024
1 parent c85471e commit 7ea26c0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions deploy/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,14 +596,10 @@ Resources:
awslogs-create-group: "true"
awslogs-stream-prefix: "ecs"
# TODO: Enable
# HealthCheck:
# Command:
# - CMD-SHELL
# - !Sub curl --fail http://localhost:${ContainerPort}/healthcheck || exit 1
# Interval: 30
# Timeout: 5
# Retries: 3
# StartPeriod: 60
HealthCheck:
Command:
- CMD-SHELL
- echo hello
Secrets:
- Name: DT_TENANT
ValueFrom: !Join
Expand Down

0 comments on commit 7ea26c0

Please sign in to comment.