diff --git a/nomad/sudoscientist-go-backend.nomad b/nomad/sudoscientist-go-backend.nomad index 65448e5..1e11757 100644 --- a/nomad/sudoscientist-go-backend.nomad +++ b/nomad/sudoscientist-go-backend.nomad @@ -3,6 +3,11 @@ job "sudoscientist-go-backend" { region = "global" type = "service" + constraint { + attribute = "${attr.cpu.arch}" + value = "arm64" + } + update { stagger = "30s" max_parallel = 1 @@ -79,7 +84,7 @@ UI_PROTO = https:// resources { cpu = 2000 - memory = 2560 + memory = 256 } }