More resources and less aggressive healthchecking.

This commit is contained in:
2023-08-08 15:20:52 +01:00
parent f36109a0f8
commit 04e8e86ec2

View File

@@ -33,13 +33,13 @@ job "grafana" {
type = "http" type = "http"
path = "/" path = "/"
interval = "10s" interval = "10s"
timeout = "2s" timeout = "5s"
} }
} }
resources { resources {
cpu = 100 cpu = 1000
memory = 128 memory = 256
} }
} }
} }