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}',