From 083891c884271b65daaf642c8df545bdca450bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 00:06:05 +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 24e731c..001453b 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: ImplementationSpecific + - path: /console + pathType: Prefix backend: service: name: admin-frontend