diff --git a/fly.toml b/fly.toml index 55ca3e548..85b82a596 100644 --- a/fly.toml +++ b/fly.toml @@ -19,28 +19,12 @@ primary_region = 'iad' auto_start_machines = true min_machines_running = 0 -[[services]] - protocol = 'tcp' - internal_port = 8080 - processes = ['app'] - - [[services.ports]] - port = 80 - handlers = ['http'] - force_https = true - - [[services.ports]] - port = 443 - handlers = ['tls', 'http'] - - [[services.http_checks]] - interval = '15s' - timeout = '2s' + [[http_service.checks]] grace_period = '10s' - method = 'get' + interval = '15s' + timeout = '10s' + method = 'GET' path = '/health' - protocol = 'http' - tls_skip_verify = false [[vm]] cpu_kind = 'shared'