Merge pull request #3 from ArthurSens/prom-agent
This commit is contained in:
@@ -5,7 +5,7 @@ local kp =
|
|||||||
common+: {
|
common+: {
|
||||||
namespace: 'monitoring',
|
namespace: 'monitoring',
|
||||||
versions+: {
|
versions+: {
|
||||||
prometheus: '2.32.0',
|
prometheus: '2.32.0-beta.0',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
@@ -18,10 +18,23 @@ local kp =
|
|||||||
prometheus+: {
|
prometheus+: {
|
||||||
prometheus+: {
|
prometheus+: {
|
||||||
spec+: {
|
spec+: {
|
||||||
|
replicas: 1,
|
||||||
alerting:: {},
|
alerting:: {},
|
||||||
|
ruleSelector:: {},
|
||||||
remoteWrite: [{
|
remoteWrite: [{
|
||||||
url: 'http://remote-write-url.com',
|
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',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user