From cdf498e136acaab8f3acddded5dc9278bbc47521 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Fri, 1 Oct 2021 15:51:19 +0200
Subject: [PATCH] Remove deprecated network resource request

---
 stream8_backups.nomad | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/stream8_backups.nomad b/stream8_backups.nomad
index ee82da9..7112db6 100644
--- a/stream8_backups.nomad
+++ b/stream8_backups.nomad
@@ -48,10 +48,6 @@ job "${PREFIX}_stream8_backups" {
     resources {
       cpu = 6000 # Mhz
       memory = 1024 # MB
-
-      network {
-        mbits = 10
-      }
     }
 
   }
-- 
GitLab