Skip to content

Commit

Permalink
chore: update firewall rules
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Oct 18, 2024
1 parent ff1a903 commit fa65010
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/modules/digitalocean/droplets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ resource "digitalocean_project" "homepage" {
digitalocean_droplet.worker[*].urn,
digitalocean_droplet.nfs.urn
])

lifecycle {
ignore_changes = all
}
}

# Tags
Expand Down Expand Up @@ -124,7 +128,7 @@ resource "digitalocean_loadbalancer" "public" {
}

healthcheck {
port = 8080
port = 80
path = "/ping"
protocol = "http"
check_interval_seconds = 3
Expand Down

0 comments on commit fa65010

Please sign in to comment.