Skip to content

Commit

Permalink
Remove network mbits from example jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-a412ed committed Jan 7, 2021
1 parent c8520c6 commit 3de6646
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 3de6646

Please sign in to comment.