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
300 B
YAML

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