Skip to content

Commit

Permalink
fix(fabio): upgrade fabio to 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce Becker <[email protected]>
  • Loading branch information
brucellino committed Apr 25, 2022
1 parent fab4232 commit 903b109
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions fabio.nomad
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
job "fabio" {
datacenters = ["dc1"]

type = "system"

group "fabio" {
Expand All @@ -16,19 +15,19 @@ job "fabio" {

task "fabio" {
artifact {
source = "https://github.com/fabiolb/fabio/releases/download/v1.5.15/fabio-1.5.15-go1.15.5-linux_arm"
destination = "local/"
source = "https://github.com/fabiolb/fabio/releases/download/v1.6.0/fabio-1.6.0-linux_${attr.cpu.arch}"
destination = "local/fabio"
mode = "file"
}

driver = "raw_exec"

config {
command = "local/fabio-1.5.15-go1.15.5-linux_arm"
command = "local/fabio"
}

resources {
cpu = 100

memory = 64
}
}
Expand Down

0 comments on commit 903b109

Please sign in to comment.