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