From 3de6646667ec47ac2d1a4822e2815c993123268d Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Thu, 7 Jan 2021 09:57:07 -0800 Subject: [PATCH] Remove network mbits from example jobs. --- example/capabilities.nomad | 3 --- example/hello.nomad | 3 --- example/privileged.nomad | 3 --- example/redis.nomad | 3 --- example/signal.nomad | 3 --- example/stress.nomad | 3 --- 6 files changed, 18 deletions(-) diff --git a/example/capabilities.nomad b/example/capabilities.nomad index c3603e0..ce62fab 100644 --- a/example/capabilities.nomad +++ b/example/capabilities.nomad @@ -17,9 +17,6 @@ job "capabilities" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } } diff --git a/example/hello.nomad b/example/hello.nomad index b5033e7..a9488a9 100644 --- a/example/hello.nomad +++ b/example/hello.nomad @@ -12,9 +12,6 @@ job "hello" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } } diff --git a/example/privileged.nomad b/example/privileged.nomad index 067845e..2ef1db7 100644 --- a/example/privileged.nomad +++ b/example/privileged.nomad @@ -27,9 +27,6 @@ job "privileged" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } } diff --git a/example/redis.nomad b/example/redis.nomad index 6d9a855..c88254e 100644 --- a/example/redis.nomad +++ b/example/redis.nomad @@ -14,9 +14,6 @@ job "redis" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } } diff --git a/example/signal.nomad b/example/signal.nomad index cf2742c..765b8ba 100644 --- a/example/signal.nomad +++ b/example/signal.nomad @@ -12,9 +12,6 @@ job "signal" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } } diff --git a/example/stress.nomad b/example/stress.nomad index c2a5499..5851ada 100644 --- a/example/stress.nomad +++ b/example/stress.nomad @@ -17,9 +17,6 @@ job "stress" { resources { cpu = 500 memory = 256 - network { - mbits = 10 - } } } }