From 04e8e86ec20d7509328b2543d5e74a3620e2af8d Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Tue, 8 Aug 2023 15:20:52 +0100 Subject: [PATCH] More resources and less aggressive healthchecking. --- services/grafana.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/grafana.hcl b/services/grafana.hcl index 6d2a15a..9a6ccff 100644 --- a/services/grafana.hcl +++ b/services/grafana.hcl @@ -33,13 +33,13 @@ job "grafana" { type = "http" path = "/" interval = "10s" - timeout = "2s" + timeout = "5s" } } resources { - cpu = 100 - memory = 128 + cpu = 1000 + memory = 256 } } }