From 973d79e7849ff5af5f30a7fdac8afb3ca64ff65d Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 9 Oct 2023 15:34:12 +0200 Subject: [PATCH] Fix tandoor route service --- apps/tandoor/app/route.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/apps/tandoor/app/route.yaml b/apps/tandoor/app/route.yaml index a9b1ae1..e36f3eb 100644 --- a/apps/tandoor/app/route.yaml +++ b/apps/tandoor/app/route.yaml @@ -10,17 +10,10 @@ spec: - match: (Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`)) && (Path(`/media`) || Path(`/static`)) kind: Rule services: - - name: recipes-service + - name: tandoor port: 80 - match: Host(`recipes.trivernis.dev`) || Host(`recipes.trivernis.net`) kind: Rule services: - - name: recipes-service + - name: tandoor port: 8080 - passHostHeader: true - sticky: - cookie: - httpOnly: false - name: cookie - secure: true - sameSite: none