1
This commit is contained in:
parent
7b9addc988
commit
8e9a12cab4
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user