From a707414e773c90dd0cf5dffdc9af680e73b8010a Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Jun 2025 17:01:55 +0900 Subject: [PATCH] configmap edit --- 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 b42eff2..5506f4e 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/recommend', + RECOMMEND_URL: 'http://${ingress_host}/api/recommendations', // Gateway URL (production environment) GATEWAY_URL: 'http://${ingress_host}',