diff --git a/cluster/staging/app/im/deploy/im.hcl b/cluster/staging/app/im/deploy/im.hcl index c60b095..25e80a1 100644 --- a/cluster/staging/app/im/deploy/im.hcl +++ b/cluster/staging/app/im/deploy/im.hcl @@ -20,6 +20,12 @@ job "im" { delay = "30s" } + constraint { + attribute = "${attr.unique.hostname}" + operator = "!=" + value = "caribou" + } + task "restore-db" { lifecycle { hook = "prestart" diff --git a/cluster/staging/app/telemetry/deploy/telemetry.hcl b/cluster/staging/app/telemetry/deploy/telemetry.hcl index 18719bc..cbbdec3 100644 --- a/cluster/staging/app/telemetry/deploy/telemetry.hcl +++ b/cluster/staging/app/telemetry/deploy/telemetry.hcl @@ -147,7 +147,7 @@ job "telemetry" { resources { memory = 300 - cpu = 300 + cpu = 800 } service { @@ -224,7 +224,7 @@ job "telemetry" { } resources { memory = 2000 - cpu = 300 + cpu = 1000 } template {