diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-21 15:12:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-21 15:12:26 -0600 |
| commit | 5981e6043efc449796d73b935717f8fca7b69c51 (patch) | |
| tree | b6ef34e1bdef2947c4cd02bf73f2199202712615 /example.nomad | |
| parent | 04c5ce304251c305a151439726f720095d014cae (diff) | |
increase allocated resources and view planmain
Diffstat (limited to 'example.nomad')
| -rw-r--r-- | example.nomad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.nomad b/example.nomad index 513791f..166df49 100644 --- a/example.nomad +++ b/example.nomad @@ -140,7 +140,7 @@ job "example" { # The "count" parameter specifies the number of the task groups that should # be running under this group. This value must be non-negative and defaults # to 1. - count = 1 + count = 3 # The "network" stanza specifies the network configuration for the allocation # including requesting port bindings. |
