ingressroute.yaml 371 B

1234567891011121314151617
  1. ---
  2. apiVersion: traefik.io/v1alpha1
  3. kind: IngressRoute
  4. metadata:
  5. name: longhorn-ingressroute
  6. namespace: longhorn-system
  7. spec:
  8. entryPoints:
  9. - websecure
  10. routes:
  11. - match: Host(`your-fqdn`) # <-- Replace with your FQDN
  12. kind: Rule
  13. services:
  14. - name: longhorn-frontend
  15. port: 80
  16. tls:
  17. secretName: longhorn-certificate-secret