From 39603715beeb64d8d58240b0c59076d38aa3c27d Mon Sep 17 00:00:00 2001 From: zhx Date: Fri, 22 May 2026 14:06:30 +0800 Subject: [PATCH] fix dashboard cdc target host --- config/targets.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/targets.json b/config/targets.json index 8ddfe25..b2a9584 100644 --- a/config/targets.json +++ b/config/targets.json @@ -90,12 +90,6 @@ "kind": "golang", "port": 2900, "path": "/health" - }, - { - "name": "dashboard-cdc-worker", - "kind": "golang", - "port": 2910, - "path": "/health" } ] }, @@ -140,6 +134,12 @@ "kind": "golang", "port": 2900, "path": "/health" + }, + { + "name": "dashboard-cdc-worker", + "kind": "golang", + "port": 2910, + "path": "/health" } ] },