Skip to content

Commit

Permalink
update deploy image
Browse files Browse the repository at this point in the history
  • Loading branch information
eightseventhreethree committed Jan 14, 2024
1 parent d370c18 commit a7837e9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions go/fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
app = "covid-exporter"
primary_region = "mia"

[build]
image = "rushsimonson/covid-exporter:go-0.0.4"

[http_service]
internal_port = 8000
force_https = false
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/metrics"

0 comments on commit a7837e9

Please sign in to comment.