From 40f1ffbf3825d06ab1116ae5b5b633db852eb09e Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Fri, 17 Feb 2023 09:29:31 -0500 Subject: [PATCH] Count and comments added to hello-world (#16162) --- ui/app/utils/default_jobs/hello-world.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/app/utils/default_jobs/hello-world.js b/ui/app/utils/default_jobs/hello-world.js index 14a54679d..277cdbc0b 100644 --- a/ui/app/utils/default_jobs/hello-world.js +++ b/ui/app/utils/default_jobs/hello-world.js @@ -14,6 +14,11 @@ export default `job "hello-world" { // placed on the same host. group "servers" { + // Specifies the number of instances of this group that should be running. + // Use this to scale or parallelize your job. + // This can be omitted and it will default to 1. + count = 1 + network { port "www" { to = 8001