Skip to content

Commit

Permalink
remove networking from job init --short example jobspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Aug 27, 2019
1 parent f616370 commit dd505fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
13 changes: 0 additions & 13 deletions command/assets/example-short.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ job "example" {
port "db" {}
}
}

service {
name = "redis-cache"
tags = ["global", "cache"]
port = "db"

check {
name = "alive"
type = "tcp"
interval = "10s"
timeout = "2s"
}
}
}
}
}
10 changes: 5 additions & 5 deletions command/job_init.bindata_assetfs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd505fd

Please sign in to comment.