Selaa lähdekoodia

修改拍卖域名指向

修改拍卖域名指向
zhiqiang.yu 3 viikkoa sitten
vanhempi
commit
23e402bea8

+ 3 - 4
k3s-INFRA/DEV/traefik-rules/auction-auc/IngressRoute.yaml

@@ -8,21 +8,20 @@ spec:
   routes:
     - kind: Rule
       match: >-
-        Host(`m2-dev.hobbystocks.cn`) && PathPrefix(`/auc`)
+        Host(`dev.ahxpm.com`) && PathPrefix(`/auc`)
       middlewares:
         - name: auction-auc-strip
         - name: auc-cors-header
-        - name: coresvc-jwt-token-v2-verify
       services:
         - name: auction-auc
           port: 80
     - kind: Rule
       match: >-
-        Host(`m2-dev.hobbystocks.cn`) && Path(`/auc/auction/admin/shipping/lot/get/act`)
+        Host(`dev.ahxpm.com`) && Path(`/auc/auction/admin/shipping/lot/get/act`)
       middlewares:
         - name: auction-auc-strip
       services:
         - name: auction-auc
           port: 80
   tls:
-    secretName: m2-dev.hobbystocks.cn
+    secretName: dev.ahxpm.com

+ 3 - 7
k3s-INFRA/DEV/traefik-rules/auction-bid/IngressRoute.yaml

@@ -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