about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--fly.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml
index 024d3ef..8f08ac1 100644
--- a/fly.toml
+++ b/fly.toml
@@ -42,6 +42,15 @@ primary_region = "ams"
     type = "requests"
     soft_limit = 15000
 
+  [[services.http_checks]]
+    grace_period = "10s"
+    protocol = "https"
+    tls_server_name = "alanpearce.eu"
+    interval = "10s"
+    method = "GET"
+    timeout = "1s"
+    path = "/health"
+
 [[vm]]
   size = "shared-cpu-1x"