Skip to content

Commit

Permalink
make datadog agent non-essential (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill authored Mar 6, 2024
1 parent 5b6126e commit 10216f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/datadog_agent/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ locals {
image = "${var.docker_image_name}:${var.docker_image_tag}",
cpu = var.container_cpu_units,
memoryReservation = var.container_memory_reservation,
essential = true,
essential = false,

dockerLabels = var.docker_labels

Expand Down

0 comments on commit 10216f4

Please sign in to comment.