Skip to content

Commit

Permalink
Merge pull request #801 from degica/showwin/enable_container_metadata
Browse files Browse the repository at this point in the history
Enable container metadata for ECS
  • Loading branch information
davidsiaw committed Nov 1, 2023
2 parents e6d44ff + db3fba0 commit a425d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/services/apply_district.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def ecs_config
"ECS_RESERVED_MEMORY" => 256,
"ECS_CONTAINER_STOP_TIMEOUT" => "5m",
"ECS_ENABLE_TASK_IAM_ROLE" => "true",
"ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST" => "true"
"ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST" => "true",
"ECS_ENABLE_CONTAINER_METADATA" => "true"
}

if district.dockercfg.present?
Expand Down

0 comments on commit a425d85

Please sign in to comment.