Skip to content
Snippets Groups Projects
Unverified Commit 32747f2a authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #3 from ArthurSens/prom-agent

parents 67cdd8a3 d60c5f6b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ local kp =
common+: {
namespace: 'monitoring',
versions+: {
prometheus: '2.32.0',
prometheus: '2.32.0-beta.0',
},
},
prometheus+: {
......@@ -18,10 +18,23 @@ local kp =
prometheus+: {
prometheus+: {
spec+: {
replicas: 1,
alerting:: {},
ruleSelector:: {},
remoteWrite: [{
url: 'http://remote-write-url.com',
}],
containers+: [
{
name: 'prometheus',
args+: [
'--config.file=/etc/prometheus/config_out/prometheus.env.yaml',
'--storage.agent.path=/prometheus',
'--enable-feature=agent',
'--web.enable-lifecycle',
],
},
],
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment