Skip to content
Snippets Groups Projects
Commit 25d5f86c authored by ArthurSens's avatar ArthurSens
Browse files

examples/prometheus-agent: Fix broken configurations

parent eac0eb5c
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