Skip to content

Commit

Permalink
change health_check vals for machines
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 25, 2022
1 parent dfd038c commit 04acbb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion fly.machines.tls.toml
@@ -1,5 +1,4 @@
app = "udns"
primary_region = "iad"

kill_signal = "SIGINT"
kill_timeout = 10
Expand Down
12 changes: 6 additions & 6 deletions fly.machines.toml
Expand Up @@ -35,10 +35,10 @@ protocol = "tcp"
port = 8080

[[services.tcp_checks]]
grace_period = "5s"
interval = "10s"
grace_period = "10s"
interval = "15s"
restart_limit = 3
timeout = "2s"
timeout = "3s"

# DNS over TCP/TLS
[[services]]
Expand All @@ -57,7 +57,7 @@ protocol = "tcp"
port = 10000

[[services.tcp_checks]]
grace_period = "5s"
interval = "10s"
grace_period = "10s"
interval = "15s"
restart_limit = 3
timeout = "2s"
timeout = "3s"

0 comments on commit 04acbb8

Please sign in to comment.