From 2fbaec92bb1473ba139d9caa2d07d3f9f16d15bd Mon Sep 17 00:00:00 2001 From: Jasmine Dahilig Date: Mon, 26 Aug 2019 18:16:00 -0700 Subject: [PATCH] keep networking in short example jobspec --- command/assets/example-short.nomad | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/command/assets/example-short.nomad b/command/assets/example-short.nomad index 29cc338a183d..d450ff7a1ac2 100644 --- a/command/assets/example-short.nomad +++ b/command/assets/example-short.nomad @@ -16,6 +16,11 @@ job "example" { resources { cpu = 500 memory = 256 + + network { + mbits = 10 + port "db" {} + } } } }