fix dashboard cdc target host

This commit is contained in:
zhx 2026-05-22 14:06:30 +08:00
parent 1b21e2c939
commit 39603715be

View File

@ -90,12 +90,6 @@
"kind": "golang", "kind": "golang",
"port": 2900, "port": 2900,
"path": "/health" "path": "/health"
},
{
"name": "dashboard-cdc-worker",
"kind": "golang",
"port": 2910,
"path": "/health"
} }
] ]
}, },
@ -140,6 +134,12 @@
"kind": "golang", "kind": "golang",
"port": 2900, "port": 2900,
"path": "/health" "path": "/health"
},
{
"name": "dashboard-cdc-worker",
"kind": "golang",
"port": 2910,
"path": "/health"
} }
] ]
}, },