mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
Merge pull request #1442 from nak3/fix-doc-example
[doc] Fix job example to use system scheduler with count 5
This commit is contained in:
@@ -28,8 +28,8 @@ job "my-service" {
|
||||
# Spread tasks between us-west-1 and us-east-1
|
||||
datacenters = ["us-west-1", "us-east-1"]
|
||||
|
||||
# run this job globally
|
||||
type = "system"
|
||||
# run this with service scheduler
|
||||
type = "service"
|
||||
|
||||
# Rolling updates should be sequential
|
||||
update {
|
||||
|
||||
Reference in New Issue
Block a user