From 505e81b4126e9f5a609b0604a727c19f547891dd Mon Sep 17 00:00:00 2001 From: OG T Date: Sat, 28 Mar 2026 18:11:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(ci):=20Daily=20E2E=20Health=20=E6=94=B9?= =?UTF-8?q?=E7=94=A8=20VIP=20=E7=AB=AF=E9=BB=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 將 API URL 從 192.168.0.120:32334 改為 192.168.0.125:32334 - 使用 keepalived VIP 取代直連單節點 - 提升 CI/CD 高可用性 Ref: ADR-033 Phase K-NET Co-Authored-By: Claude Opus 4.5 --- .github/workflows/daily-e2e-health.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-e2e-health.yaml b/.github/workflows/daily-e2e-health.yaml index 8c39f3af..ed2e4c40 100644 --- a/.github/workflows/daily-e2e-health.yaml +++ b/.github/workflows/daily-e2e-health.yaml @@ -24,7 +24,7 @@ on: api_url: description: 'API URL to test' required: false - default: 'http://192.168.0.120:32334' + default: 'http://192.168.0.125:32334' dry_run: description: 'Dry run mode (skip actual approval)' required: false @@ -40,7 +40,7 @@ concurrency: env: PYTHON_VERSION: '3.11' - DEFAULT_API_URL: http://192.168.0.120:32334 + DEFAULT_API_URL: http://192.168.0.125:32334 jobs: e2e-health-check: