chore: update firewall rules

This commit is contained in:
Christy Jacob
2024-10-19 02:06:06 +04:00
parent ff1a9035ff
commit fa6501075a

View File

@@ -29,6 +29,10 @@ resource "digitalocean_project" "homepage" {
digitalocean_droplet.worker[*].urn,
digitalocean_droplet.nfs.urn
])
lifecycle {
ignore_changes = all
}
}
# Tags
@@ -124,7 +128,7 @@ resource "digitalocean_loadbalancer" "public" {
}
healthcheck {
port = 8080
port = 80
path = "/ping"
protocol = "http"
check_interval_seconds = 3