From ef43cb79200dcbbac897ceee948d29b7afe7acae Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 6 May 2024 02:39:04 -0700 Subject: [PATCH] clean up deployments toml --- bin/monrun/resources/deployments.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/bin/monrun/resources/deployments.toml b/bin/monrun/resources/deployments.toml index fd5841ae0..e30c4e232 100644 --- a/bin/monrun/resources/deployments.toml +++ b/bin/monrun/resources/deployments.toml @@ -1,3 +1,4 @@ +## MONITOR PROXY [[deployment]] name = "monitor-proxy" description = "An NGINX proxy for mogh.tech" @@ -22,6 +23,7 @@ container = "/data" local = "/data/nginx/letsencrypt" container = "/etc/letsencrypt" +## MONITOR MONGO [[deployment]] name = "monitor-mongo" description = "" @@ -36,6 +38,7 @@ restart = "no" type = "Image" params.image = "mongo" +## MONITOR CORE [[deployment]] name = "monitor-core" description = "" @@ -50,6 +53,7 @@ restart = "no" type = "Image" params.image = "mbecker2020/monitor_core" +## GRAFANA [[deployment]] name = "grafana" description = "" @@ -73,6 +77,11 @@ container = "/var/lib/grafana" variable = "GF_SERVER_HTTP_PORT" value = "3080" +[[deployment.config.labels]] +variable = "vector" +value = "key-value" + +## LOKI [[deployment]] name = "loki" description = "" @@ -112,6 +121,11 @@ params.image = "grafana/tempo" local = "/data/tempo" container = "/tmp/tempo" +[[deployment.config.labels]] +variable = "vector" +value = "key-value" + +## VECTOR [[deployment]] name = "vector" description = "" @@ -140,6 +154,11 @@ container = "/var/lib/vector" local = "/var/run/docker.sock" container = "/var/run/docker.sock" +[[deployment.config.labels]] +variable = "vector" +value = "key-value" + +## MONITOR CORE DEV [[deployment]] name = "monitor-core-dev" description = ""