Merge pull request #2069 from pikasTech/fix/2009-hwlab-v03-dev-public-entry
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / platform-infra-gitea-nc01- Success
Pipelines as Code CI / unidesk-host- Success

迁移 HWLAB v0.3 development 公网入口到 NC01 NodePort
This commit is contained in:
Lyon
2026-07-15 02:37:14 +08:00
committed by GitHub
5 changed files with 166 additions and 27 deletions
+13 -8
View File
@@ -82,6 +82,7 @@ lanes:
deployment: hwlab-cloud-api
targets:
NC01:
environment: development
node: NC01
workspace: /root/hwlab-v03
sourceWorkspace:
@@ -158,8 +159,8 @@ lanes:
extends: templates.hwlabV03.webProbeWorkbench
playwrightBrowsersPath: "0"
public:
webUrl: https://hwlab.pikapython.com
apiUrl: https://hwlab.pikapython.com
webUrl: http://152.53.229.148:32009
apiUrl: http://152.53.229.148:32009
observability:
prometheusOperator: false
webProbe:
@@ -237,12 +238,16 @@ lanes:
transactionalProjectorConsumerGroupId: hwlab-v03-agentrun-event-projector
hwlabEventConsumerGroupId: hwlab-v03-workbench-live-sse
publicExposure:
extends: templates.hwlabV03.publicExposurePk01
frpc:
webProxy:
remotePort: 22082
apiProxy:
remotePort: 22083
mode: node-port-http
publicBaseUrl: http://152.53.229.148:32009
publicAddress: 152.53.229.148
service:
name: hwlab-cloud-web-public
selector:
app.kubernetes.io/name: hwlab-cloud-web
port: 80
targetPort: 8080
nodePort: 32009
externalPostgres:
extends: templates.hwlabV03.externalPostgresConsumer
provider: NC01