hr~ 4 settimane fa
parent
commit
69b6beee0f

+ 2 - 4
k3s-INFRA/DEV/traefik-rules/auction-bid/IngressRoute.yaml

@@ -1,10 +1,10 @@
 apiVersion: traefik.io/v1alpha1
 kind: IngressRoute
 metadata:
-  name: auction-bid.https
+  name: http.auction-bid
 spec:
   entryPoints:
-    - websecure
+    - web
   routes:
     - kind: Rule
       match: Host(`dev.ahxpm.com`) && (Path(`/bid/doc.html`) || PathPrefix(`/bid/webjars`) || PathPrefix(`/bid/swagger-resources`) || PathPrefix(`/bid/v2/api-docs`) || PathPrefix(`/bid/v3/api-docs`))
@@ -34,5 +34,3 @@ spec:
       services:
         - name: auction-bid
           port: 80
-  tls:
-    secretName: dev.ahxpm.com