This commit is contained in:
William.Z 2026-01-13 21:37:12 +08:00
parent 7b9addc988
commit 8e9a12cab4
3 changed files with 26 additions and 27 deletions

View File

@ -21,6 +21,7 @@ spec:
- haproxy-g2525.qq.com - haproxy-g2525.qq.com
- admin-g2525.qq.com - admin-g2525.qq.com
- agent-g2525.qq.com - agent-g2525.qq.com
- h5-g2525.qq.com
secretName: tls-secret secretName: tls-secret
rules: rules:
- host: admin-g2525.qq.com - host: admin-g2525.qq.com
@ -92,7 +93,30 @@ spec:
name: haproxy-service name: haproxy-service
port: port:
number: 8188 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 - host: haproxy-g2525.qq.com
http: http:
paths: paths:

View File

@ -19,7 +19,6 @@ spec:
tls: tls:
- hosts: - hosts:
- api-g2525.qq.com - api-g2525.qq.com
- h5-g2525.qq.com
- down-g2525.qq.com - down-g2525.qq.com
secretName: tls-secret secretName: tls-secret
rules: rules:
@ -40,30 +39,6 @@ spec:
name: haproxy-service name: haproxy-service
port: port:
number: 8188 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 - host: down-g2525.qq.com
http: http:
paths: paths:

View File

@ -14,5 +14,5 @@ spec:
spec: spec:
containers: containers:
- name: stock2-web-h5 - name: stock2-web-h5
image: juyou.tencentcloudcr.com/juyoutech/stock2_web_h5bluea025:latest image: juyou.tencentcloudcr.com/juyoutech/stock2_web_h5bluea027:latest
imagePullPolicy: Always imagePullPolicy: Always