Finish template mods for k8s

This commit is contained in:
Cyber MacGeddon 2024-09-06 21:43:38 +01:00
parent d0db893a95
commit 9479f4401d
4 changed files with 57 additions and 8 deletions

View file

@ -8,6 +8,7 @@ local images = import "values/images.jsonnet";
create:: function(engine)
local vol = engine.volume("prometheus-data").with_size("20G");
local cfgVol = engine.configVolume(
"prometheus-cfg", "./prometheus",
{