mirror of
https://github.com/plausible/analytics.git
synced 2024-12-22 17:11:36 +03:00
Update loadbalancer url (#3056)
This commit is contained in:
parent
41c88c4fa0
commit
94591a5a20
@ -66,7 +66,7 @@ resource "checkly_check" "plausible-io-api-health" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "checkly_check" "plausible-io-lb-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"
|
type = "API"
|
||||||
activated = true
|
activated = true
|
||||||
frequency = 1
|
frequency = 1
|
||||||
@ -75,7 +75,7 @@ resource "checkly_check" "plausible-io-lb-health" {
|
|||||||
group_id = checkly_check_group.reachability.id
|
group_id = checkly_check_group.reachability.id
|
||||||
|
|
||||||
request {
|
request {
|
||||||
url = "https://one.lb.plausible.io/api/health"
|
url = "https://ingress.lb.plausible.io/api/health"
|
||||||
follow_redirects = false
|
follow_redirects = false
|
||||||
skip_ssl = false
|
skip_ssl = false
|
||||||
assertion {
|
assertion {
|
||||||
|
Loading…
Reference in New Issue
Block a user