IngressRoute.yaml 678 B

1234567891011121314151617181920212223242526272829
  1. apiVersion: traefik.io/v1alpha1
  2. kind: IngressRoute
  3. metadata:
  4. name: auction-bid.https
  5. spec:
  6. entryPoints:
  7. - websecure
  8. routes:
  9. - kind: Rule
  10. match: Host(`dev.ahxpm.com`) && Path(`/bid/bid/bidding/addPrice`)
  11. middlewares:
  12. - name: auction-bid-strip
  13. - name: bid-cors-header
  14. services:
  15. - name: auction-bid
  16. port: 80
  17. - kind: Rule
  18. match: >-
  19. Host(`dev.ahxpm.com`) && PathPrefix(`/bid`)
  20. middlewares:
  21. - name: auction-bid-strip
  22. - name: bid-cors-header
  23. - name: ahx-oidc.authn-app
  24. services:
  25. - name: auction-bid
  26. port: 80
  27. tls:
  28. secretName: dev.ahxpm.com