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 } } }