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