From 28d726d2d8010c6f42676f01e7c712436c2f1208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=96ZDEM=C4=B0R?= Date: Thu, 25 Jun 2026 20:55:58 +0300 Subject: [PATCH] fix(health-agent): correct Uptime Kuma URLs in example env files --- health-agent/.env.example | 2 +- health-agent/.env.setup.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/health-agent/.env.example b/health-agent/.env.example index 90abc6a..20a03a9 100644 --- a/health-agent/.env.example +++ b/health-agent/.env.example @@ -7,7 +7,7 @@ CLUSTER_SIZE_VAULT=3 REDIS_MODE=sentinel EXTERNAL_DOMAIN=iklim.co EXTERNAL_SUBDOMAIN_SUFFIX= -UK_PUSH_URL_BASE=https://status.iklim.co/api/push +UK_PUSH_URL_BASE=https://uptime.tarla.io/api/push SLACK_WEBHOOK_IKLIM_PROD_OPS= RABBITMQ_USER= RABBITMQ_PASS= diff --git a/health-agent/.env.setup.example b/health-agent/.env.setup.example index dd9108a..0fbb558 100644 --- a/health-agent/.env.setup.example +++ b/health-agent/.env.setup.example @@ -1,4 +1,4 @@ -UK_URL=https://your-uptime-kuma-url +UK_URL=https://uptime.tarla.io UK_USER=setup-user UK_PASS=your_password_here UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/...