|
|
@@ -7,26 +7,22 @@ spec:
|
|
|
- websecure
|
|
|
routes:
|
|
|
- kind: Rule
|
|
|
- match: Host(`m2-dev.hobbystocks.cn`) && Path(`/bid/bid/bidding/addPrice`)
|
|
|
+ match: Host(`dev.ahxpm.com`) && Path(`/bid/bid/bidding/addPrice`)
|
|
|
middlewares:
|
|
|
- name: auction-bid-strip
|
|
|
- name: bid-cors-header
|
|
|
- - name: coresvc.replay-attack
|
|
|
- - name: coresvc-jwt-token-v2-verify
|
|
|
-
|
|
|
services:
|
|
|
- name: auction-bid
|
|
|
port: 80
|
|
|
|
|
|
- kind: Rule
|
|
|
match: >-
|
|
|
- Host(`m2-dev.hobbystocks.cn`) && PathPrefix(`/bid`)
|
|
|
+ Host(`dev.ahxpm.com`) && PathPrefix(`/bid`)
|
|
|
middlewares:
|
|
|
- name: auction-bid-strip
|
|
|
- name: bid-cors-header
|
|
|
- - name: coresvc-jwt-token-v2-verify
|
|
|
services:
|
|
|
- name: auction-bid
|
|
|
port: 80
|
|
|
tls:
|
|
|
- secretName: m2-dev.hobbystocks.cn
|
|
|
+ secretName: dev.ahxpm.com
|