You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
309 B
YAML

1 year ago
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: longhorn-route
namespace: longhorn-system
spec:
entryPoints:
- web
routes:
- match: Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`)
kind: Rule
services:
- name: recipes-service
port: 80