mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
chore: update firewall rules
This commit is contained in:
@@ -29,6 +29,10 @@ resource "digitalocean_project" "homepage" {
|
|||||||
digitalocean_droplet.worker[*].urn,
|
digitalocean_droplet.worker[*].urn,
|
||||||
digitalocean_droplet.nfs.urn
|
digitalocean_droplet.nfs.urn
|
||||||
])
|
])
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Tags
|
# Tags
|
||||||
@@ -124,7 +128,7 @@ resource "digitalocean_loadbalancer" "public" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
healthcheck {
|
healthcheck {
|
||||||
port = 8080
|
port = 80
|
||||||
path = "/ping"
|
path = "/ping"
|
||||||
protocol = "http"
|
protocol = "http"
|
||||||
check_interval_seconds = 3
|
check_interval_seconds = 3
|
||||||
|
|||||||
Reference in New Issue
Block a user