IngressRoute.yaml 672 B

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