From 655e0691c23f3f46c4de0cf75113665f71f984cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 00:05:40 +0200 Subject: [PATCH] fix ingress --- deploy/appflowy/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/appflowy/ingress.yaml b/deploy/appflowy/ingress.yaml index 001453b..24e731c 100644 --- a/deploy/appflowy/ingress.yaml +++ b/deploy/appflowy/ingress.yaml @@ -24,8 +24,8 @@ spec: # ┌──────────────────────────────────────────────────────────────────────────────┐ # │ 1) Admin UI (served under /console) │ # └──────────────────────────────────────────────────────────────────────────────┘ - - path: /console - pathType: Prefix + - path: /console(/|$)(.*) + pathType: ImplementationSpecific backend: service: name: admin-frontend