Merge pull request #2069 from pikasTech/fix/2009-hwlab-v03-dev-public-entry
迁移 HWLAB v0.3 development 公网入口到 NC01 NodePort
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user