Skip to content

Commit

Permalink
Merge pull request #54 from Roblox/mbits
Browse files Browse the repository at this point in the history
Remove network mbits from example jobs.
  • Loading branch information
shishir-a412ed authored Jan 7, 2021
2 parents c8520c6 + 3de6646 commit 540e5c3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions example/capabilities.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ job "capabilities" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/hello.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ job "hello" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/privileged.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ job "privileged" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/redis.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ job "redis" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/signal.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ job "signal" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down
3 changes: 0 additions & 3 deletions example/stress.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ job "stress" {
resources {
cpu = 500
memory = 256
network {
mbits = 10
}
}
}
}
Expand Down

0 comments on commit 540e5c3

Please sign in to comment.