From 7e310b19401e94866a7ed6cc339bc9079c0174d9 Mon Sep 17 00:00:00 2001 From: pikastech Date: Tue, 21 Jul 2026 04:21:36 +0200 Subject: [PATCH] =?UTF-8?q?feat(hwlab):=20=E5=A3=B0=E6=98=8E=20HWPOD=20L2?= =?UTF-8?q?=20=E6=9C=8D=E5=8A=A1=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hwlab-node-control-plane.yaml | 14 ++++++++++++++ config/hwlab-node-lanes.yaml | 1 + 2 files changed, 15 insertions(+) diff --git a/config/hwlab-node-control-plane.yaml b/config/hwlab-node-control-plane.yaml index d16d6386..d7b51a92 100644 --- a/config/hwlab-node-control-plane.yaml +++ b/config/hwlab-node-control-plane.yaml @@ -45,6 +45,20 @@ publicExposures: port: 80 targetPort: 8080 nodePort: 32009 + hwpod-v03: + mode: node-port-shared-edge + publicBaseUrl: https://lab-dev-hwpod.hwpod.com + hostname: lab-dev-hwpod.hwpod.com + expectedA: 152.53.229.148 + upstream: http://127.0.0.1:32012 + healthPath: /health/live + service: + name: hwlab-hwpod-web-public + selector: + app.kubernetes.io/name: hwlab-hwpod-web + port: 80 + targetPort: 8080 + nodePort: 32012 production: mode: node-port-shared-edge publicBaseUrl: https://lab.hwpod.com diff --git a/config/hwlab-node-lanes.yaml b/config/hwlab-node-lanes.yaml index a2f79289..2fa898cd 100644 --- a/config/hwlab-node-lanes.yaml +++ b/config/hwlab-node-lanes.yaml @@ -65,6 +65,7 @@ lanes: - hwlab-harnessrl-worker - hwlab-hwpod-api - hwlab-hwpod-worker + - hwlab-hwpod-web - hwlab-cloud-web - hwlab-gateway - hwlab-edge-proxy