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