diff --git a/config/deploy/production.hcl b/config/deploy/production.hcl index 4a8b30d..699f56f 100644 --- a/config/deploy/production.hcl +++ b/config/deploy/production.hcl @@ -29,6 +29,10 @@ job "imagecat-production" { ports = ["http"] force_pull = true } + resources { + cpu = 1000 + memory = 500 + } template { destination = "${NOMAD_SECRETS_DIR}/env.vars" env = true diff --git a/config/deploy/staging.hcl b/config/deploy/staging.hcl index 6fcd9ad..0e829fa 100644 --- a/config/deploy/staging.hcl +++ b/config/deploy/staging.hcl @@ -29,6 +29,10 @@ job "imagecat-staging" { ports = ["http"] force_pull = true } + resources { + cpu = 1000 + memory = 500 + } template { destination = "${NOMAD_SECRETS_DIR}/env.vars" env = true