diff --git a/gp2525/ingress-admin.yaml b/gp2525/ingress-admin.yaml index ca682dd..c1d144f 100644 --- a/gp2525/ingress-admin.yaml +++ b/gp2525/ingress-admin.yaml @@ -21,6 +21,7 @@ spec: - haproxy-g2525.qq.com - admin-g2525.qq.com - agent-g2525.qq.com + - h5-g2525.qq.com secretName: tls-secret rules: - host: admin-g2525.qq.com @@ -92,7 +93,30 @@ spec: name: haproxy-service port: number: 8188 - + - host: h5-g2525.qq.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: stock2-web-h5-service + port: + number: 80 + - path: /api + pathType: Prefix + backend: + service: + name: stock2-java-api-service + port: + number: 80 + - path: /api/market + pathType: Prefix + backend: + service: + name: haproxy-service + port: + number: 8188 - host: haproxy-g2525.qq.com http: paths: diff --git a/gp2525/ingress.yaml b/gp2525/ingress.yaml index 3977102..02805a0 100644 --- a/gp2525/ingress.yaml +++ b/gp2525/ingress.yaml @@ -19,7 +19,6 @@ spec: tls: - hosts: - api-g2525.qq.com - - h5-g2525.qq.com - down-g2525.qq.com secretName: tls-secret rules: @@ -40,30 +39,6 @@ spec: name: haproxy-service port: number: 8188 - - host: h5-g2525.qq.com - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: stock2-web-h5-service - port: - number: 80 - - path: /api - pathType: Prefix - backend: - service: - name: stock2-java-api-service - port: - number: 80 - - path: /api/market - pathType: Prefix - backend: - service: - name: haproxy-service - port: - number: 8188 - host: down-g2525.qq.com http: paths: diff --git a/gp2527/patch/h5-deployment_patch.yaml b/gp2527/patch/h5-deployment_patch.yaml index 60c7a03..b67b4a7 100644 --- a/gp2527/patch/h5-deployment_patch.yaml +++ b/gp2527/patch/h5-deployment_patch.yaml @@ -14,5 +14,5 @@ spec: spec: containers: - name: stock2-web-h5 - image: juyou.tencentcloudcr.com/juyoutech/stock2_web_h5bluea025:latest + image: juyou.tencentcloudcr.com/juyoutech/stock2_web_h5bluea027:latest imagePullPolicy: Always \ No newline at end of file