File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ RELAY_IMAGE=ghcr.io/getsentry/relay:nightly
1515SYMBOLICATOR_IMAGE = ghcr.io/getsentry/symbolicator:nightly
1616TASKBROKER_IMAGE = ghcr.io/getsentry/taskbroker:nightly
1717VROOM_IMAGE = ghcr.io/getsentry/vroom:nightly
18+ UPTIME_CHECKER_ALLOW_INTERNAL_IPS = false
1819UPTIME_CHECKER_IMAGE = ghcr.io/getsentry/uptime-checker:nightly
1920HEALTHCHECK_INTERVAL = 30s
2021HEALTHCHECK_TIMEOUT = 1m30s
Original file line number Diff line number Diff line change @@ -794,7 +794,7 @@ services:
794794 UPTIME_CHECKER_RESULTS_KAFKA_CLUSTER : kafka:9092
795795 UPTIME_CHECKER_REDIS_HOST : redis://redis:6379
796796 # Set to `true` will allow uptime checks against private IP addresses
797- UPTIME_CHECKER_ALLOW_INTERNAL_IPS : " false "
797+ UPTIME_CHECKER_ALLOW_INTERNAL_IPS : " $UPTIME_CHECKER_ALLOW_INTERNAL_IPS "
798798 # The number of times to retry failed checks before reporting them as failed
799799 UPTIME_CHECKER_FAILURE_RETRIES : " 1"
800800 # DNS name servers to use when making checks in the http checker.
You can’t perform that action at this time.
0 commit comments