From a06feb6a9949ccaed82f8bfea626011617cd9ac9 Mon Sep 17 00:00:00 2001 From: ZeroWing-Automator Date: Tue, 5 May 2026 06:34:00 +0500 Subject: [PATCH] Create template.toml --- blueprints/victoriametrics/template.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 blueprints/victoriametrics/template.toml diff --git a/blueprints/victoriametrics/template.toml b/blueprints/victoriametrics/template.toml new file mode 100644 index 00000000..3cad0bd4 --- /dev/null +++ b/blueprints/victoriametrics/template.toml @@ -0,0 +1,12 @@ +[variables] +main_domain = "${domain}" +retention_period = "90d" + +[config] +[[config.domains]] +serviceName = "victoriametrics" +port = 8428 +host = "${main_domain}" + +[config.env] +RETENTION_PERIOD = "${retention_period}"