Skip to content

Instantly share code, notes, and snippets.

@denzuko
Last active March 4, 2022 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denzuko/e32972972be01139ad690c63b2545cfa to your computer and use it in GitHub Desktop.
Save denzuko/e32972972be01139ad690c63b2545cfa to your computer and use it in GitHub Desktop.
Cluster Jobs - nomad, waypoint, terraform, consul-template, etc..
job "Fabio-Install" {
datacenters = ["dc1"]
type = "sysbatch"
group "Service" {
task "Start service" {
driver = "raw_exec"
artifact {
source = "https://github.com/fabiolb/fabio/releases/download/v1.5.15/fabio-1.5.15-go1.15.5-linux_amd64"
destination = "/usr/local/bin/fabio"
}
config {
command = "/usr/local/bin/fabio"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment