Skip to content

Commit

Permalink
Update loadbalancer url (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk authored Jun 19, 2023
1 parent 41c88c4 commit 94591a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "checkly_check" "plausible-io-api-health" {
}

resource "checkly_check" "plausible-io-lb-health" {
name = "Check one.lb.plausible.io/api/health"
name = "Check ingress.lb.plausible.io/api/health"
type = "API"
activated = true
frequency = 1
Expand All @@ -75,7 +75,7 @@ resource "checkly_check" "plausible-io-lb-health" {
group_id = checkly_check_group.reachability.id

request {
url = "https://one.lb.plausible.io/api/health"
url = "https://ingress.lb.plausible.io/api/health"
follow_redirects = false
skip_ssl = false
assertion {
Expand Down

0 comments on commit 94591a5

Please sign in to comment.