Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created January 31, 2016 01:53
Show Gist options
  • Save kelseyhightower/7196b4dfe81c6039526b to your computer and use it in GitHub Desktop.
Save kelseyhightower/7196b4dfe81c6039526b to your computer and use it in GitHub Desktop.
job "go" {
datacenters = ["dc1"]
task "webservice" {
driver = "exec"
resources {
cpu = 100
memory = 10
}
network {
port "http" {
static = 80
}
}
config {
artifact_source = "https://storage.googleapis.com/hightowerlabs/helloworld"
checksum = "sha256:f44885f61b03d3d546c45adc5e4b5c4dcc334280a85a7a90e92572b9f4ce6f17"
command = "$NOMAD_TASK_DIR/helloworld"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment