Merge pull request #2 from ArthurSens/prom-agent

This commit is contained in:
Paweł Krupa
2021-11-29 17:58:16 +01:00
committed by GitHub

View File

@@ -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',
}],
},
},
},