Skip to content

Commit

Permalink
Merge pull request #20 from overmindtech/dylanratcliffe-patch-1
Browse files Browse the repository at this point in the history
Application update
  • Loading branch information
dylanratcliffe authored Sep 12, 2023
2 parents 8a6594b + a80da4a commit 79e0db7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ resource "aws_cloudfront_response_headers_policy" "headers-policy" {
access_control_allow_credentials = true

access_control_allow_headers {
items = ["X-Example-Header",]
items = ["X-Example-Header", "X-Another-Header"]
}

access_control_allow_methods {
Expand Down Expand Up @@ -481,7 +481,7 @@ resource "aws_ecs_task_definition" "face" {
memory = 2048
essential = true
healthCheck = {
command = ["CMD-SHELL", "wget -q --spider localhost:8000"]
command = ["CMD-SHELL", "wget -q --spider localhost:9090"]
interval = 30
retries = 3
timeout = 5
Expand Down

0 comments on commit 79e0db7

Please sign in to comment.