Skip to content

Commit

Permalink
Attempt to surface 8081
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Aug 3, 2024
1 parent e6562ba commit 51d06ee
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ primary_region = "syd"
kill_signal = "SIGINT"
kill_timeout = "5s"

[experimental]
auto_rollback = true

[env]
BACKGROUND_JOBS_ENABLED = "t"
GOMEMLIMIT = "800MiB"
Expand All @@ -36,3 +33,15 @@ kill_timeout = "5s"
type = "connections"
hard_limit = 25
soft_limit = 20

[[services]]
protocol = "tcp"
internal_port = 8081

[[services.ports]]
port = 8081
handlers = ["tls", "http"]
[services.concurrency]
type = "connections"
hard_limit = 25
soft_limit = 20

0 comments on commit 51d06ee

Please sign in to comment.