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" {} + } } } }