Skip to content

Commit

Permalink
chore: test deploy
Browse files Browse the repository at this point in the history
test new role permisssions in ci
  • Loading branch information
jlangy committed Dec 24, 2024
1 parent aec068b commit 5031764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-ecs/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_ecs_task_definition" "loki_write" {
memory = var.loki_write_memory
cpu = var.loki_write_cpu
# IMPORTANT: Make sure ingesters have time to cut any chunks in memory.
stop_timeout = 120
stop_timeout = 121

portMappings = [
{
Expand Down

0 comments on commit 5031764

Please sign in to comment.