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" } ] },