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

Merge pull request #2 from ArthurSens/prom-agent

parents eac0eb5c 25d5f86c
No related branches found
No related tags found
No related merge requests found
......@@ -4,20 +4,24 @@ local kp =
values+:: {
common+: {
namespace: 'monitoring',
versions+: {
prometheus: '2.32.0',
},
},
prometheus+: {
version: '2.32.0',
resources: {
requests: { memory: '100Mi' },
},
enableFeatures: ['agent']
enableFeatures: ['agent'],
},
},
prometheus+: {
prometheus+: {
alerting:: {},
remoteWrite: {
// Remote-write config
spec+: {
alerting:: {},
remoteWrite: [{
url: 'http://remote-write-url.com',
}],
},
},
},
......
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