From 1176fde8b4e0dcfc11b09b083c5ef083d9940314 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 7 Oct 2025 00:41:26 +0800 Subject: [PATCH] :bug: Fix health check --- DysonNetwork.Gateway/Program.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/DysonNetwork.Gateway/Program.cs b/DysonNetwork.Gateway/Program.cs index 26f1320..129c198 100644 --- a/DysonNetwork.Gateway/Program.cs +++ b/DysonNetwork.Gateway/Program.cs @@ -107,13 +107,11 @@ var clusters = serviceNames.Select(serviceName => new ClusterConfig Enabled = true, Interval = TimeSpan.FromSeconds(10), Timeout = TimeSpan.FromSeconds(5), - Policy = "ActiveHealthy", Path = "/health" }, Passive = new() { - Enabled = true, - Policy = "PassiveHealthy" + Enabled = true } }, Destinations = new Dictionary