Merge pull request #2722 from pikasTech/feat/hwpod-l2-development
feat(hwlab): 声明 HWPOD L2 服务入口
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user