Skip to content

Commit

Permalink
keep networking in short example jobspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Aug 27, 2019
1 parent 18fe620 commit 2fbaec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions command/assets/example-short.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ job "example" {
resources {
cpu = 500
memory = 256

network {
mbits = 10
port "db" {}
}
}
}
}
Expand Down

0 comments on commit 2fbaec9

Please sign in to comment.