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"
path = "/"
interval = "10s"
timeout = "2s"
timeout = "5s"
}
}
resources {
cpu = 100
memory = 128
cpu = 1000
memory = 256
}
}
}