From cbd93747b34324c095a9747a8ee30786bea38c35 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Tue, 1 Oct 2024 23:50:17 +0100 Subject: [PATCH] Remove cruft --- templates/components/grafana.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/components/grafana.jsonnet b/templates/components/grafana.jsonnet index b59bbd00..e968faec 100644 --- a/templates/components/grafana.jsonnet +++ b/templates/components/grafana.jsonnet @@ -21,7 +21,6 @@ local images = import "values/images.jsonnet"; .with_image(images.prometheus) .with_limits("0.5", "128M") .with_reservations("0.1", "128M") -// .with_command(["/bin/sh", "-c", "sleep 9999999"]) .with_port(9090, 9090, "http") .with_volume_mount(cfgVol, "/etc/prometheus/") .with_volume_mount(vol, "/prometheus");