Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
b15bf4f7
Commit
b15bf4f7
authored
Feb 27, 2019
by
Valentin Reis
Browse files
Adds 100ms ratelimit value to manifests
parent
410c4e35
Changes
3
Hide whitespace changes
Inline
Side-by-side
share/manifests/basic.json
View file @
b15bf4f7
...
...
@@ -33,6 +33,13 @@
"damper"
:
"0.1"
,
"slowdown"
:
"1.1"
}
},
{
"name"
:
"argo/monitoring"
,
"value"
:
{
"enabled"
:
"1"
,
"ratelimit"
:
"100000000"
}
}
]
}
...
...
share/manifests/parallel.json
View file @
b15bf4f7
...
...
@@ -33,6 +33,13 @@
"damper"
:
"0.1"
,
"slowdown"
:
"1.1"
}
},
{
"name"
:
"argo/monitoring"
,
"value"
:
{
"enabled"
:
"1"
,
"ratelimit"
:
"100000000"
}
}
]
}
...
...
share/manifests/perfwrap.json
View file @
b15bf4f7
...
...
@@ -33,6 +33,13 @@
"damper"
:
"0.1"
,
"slowdown"
:
"1.1"
}
},
{
"name"
:
"argo/monitoring"
,
"value"
:
{
"enabled"
:
"1"
,
"ratelimit"
:
"100000000"
}
}
]
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment