job "sudoscientist-go-backend" { datacenters = ["columbia"] region = "global" type = "service" constraint { attribute = "${attr.cpu.arch}" value = "amd64" } update { stagger = "30s" max_parallel = 1 } group "sudoscientist-go-backend" { count = 1 task "sudoscientist-go-backend" { vault { policies = ["default", "ansible"] change_mode = "restart" } driver = "docker" config { image = "docker-repo.service.masked.name:5000/sudoscientist-go-backend" ports = ["http"] } service { name = "sudoscientist-go-backend" port = "http" check { name = "sudoscientist-go-backend" type = "tcp" interval = "10s" timeout = "2s" address_mode = "driver" } } template { data = <