Skip to content

Commit

Permalink
Count and comments added to hello-world (#16162)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud authored Feb 17, 2023
1 parent 365ccf4 commit 40f1ffb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/app/utils/default_jobs/hello-world.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40f1ffb

Please sign in to comment.