diff --git a/apps/tandoor/app/route.yaml b/apps/tandoor/app/route.yaml index c21d0d2..a82ba72 100644 --- a/apps/tandoor/app/route.yaml +++ b/apps/tandoor/app/route.yaml @@ -7,8 +7,13 @@ spec: entryPoints: - web routes: - - match: Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`) + - match: (Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`)) && (Path(`/media`) || Path(`/static`)) kind: Rule services: - name: recipes-service port: 80 + - match: Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`) + kind: Rule + services: + - name: recipes-service + port: 8080