Skip to content
Snippets Groups Projects
Unverified Commit 9bf26583 authored by Lucas Servén Marín's avatar Lucas Servén Marín Committed by GitHub
Browse files

feat: add config option for storage (#2651)


The commit introduces a configuration surface for specifying the storage
that should be attached to Prometheus and Alertmanager servers.

Signed-off-by: default avatarsquat <lserven@gmail.com>
parent f87ab6d2
Branches
Tags 19.219.16
No related merge requests found
......@@ -233,6 +233,7 @@ function(params) {
runAsNonRoot: true,
fsGroup: 2000,
},
[if std.objectHas(params, 'storage') then 'storage']: am._config.storage,
},
},
}
......@@ -363,6 +363,7 @@ function(params) {
fsGroup: 2000,
},
[if std.objectHas(params, 'thanos') then 'thanos']: p._config.thanos,
[if std.objectHas(params, 'storage') then 'storage']: p._config.storage,
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment