mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Fix syntax errors in example JSON job spec
This commit is contained in:
@@ -85,12 +85,13 @@ Below is an example of a json object that submits a `Periodic` job to Nomad:
|
||||
"Resources": {
|
||||
"Networks": [
|
||||
{
|
||||
"Mbits": 10,
|
||||
"DynamicPorts": [
|
||||
{
|
||||
"Value": 0,
|
||||
"Label": "db"
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
],
|
||||
"IOPS": 0,
|
||||
|
||||
Reference in New Issue
Block a user