Count and comments added to hello-world (#16162)

This commit is contained in:
Phil Renaud
2023-02-17 09:29:31 -05:00
committed by GitHub
parent 365ccf4377
commit 40f1ffbf38

View File

@@ -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