From 42cb783d8e4000a293104882fa6e9e43620cbbae Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Jun 2025 17:41:38 +0900 Subject: [PATCH] release --- deployment/manifest/frontend-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/manifest/frontend-configmap.yaml b/deployment/manifest/frontend-configmap.yaml index 5506f4e..b42eff2 100644 --- a/deployment/manifest/frontend-configmap.yaml +++ b/deployment/manifest/frontend-configmap.yaml @@ -15,7 +15,7 @@ data: MENU_URL: 'http://${ingress_host}/api/menu', SALES_URL: 'http://${ingress_host}/api/sales', CONTENT_URL: 'http://${ingress_host}/api/content', - RECOMMEND_URL: 'http://${ingress_host}/api/recommendations', + RECOMMEND_URL: 'http://${ingress_host}/api/recommend', // Gateway URL (production environment) GATEWAY_URL: 'http://${ingress_host}',