From beb075ed9f124b8c80dd5e665ed6ea7d7f74ff15 Mon Sep 17 00:00:00 2001 From: "marcoemi.poleggi" <marco-emilio.poleggi@hesge.ch> Date: Fri, 17 Jan 2025 15:10:36 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244f535..45dc071 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ $ make -s docker-push You can manage your containers with the other make commands: dstop, dstart, drm, etc. -:alert: To avoid [CORS-related +:warning: To avoid [CORS-related errors](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors) when connecting to the application portal, make sure to point your browser to the URL 'http://localhost:3000'. @@ -523,7 +523,7 @@ service redeployment. :bulb: You may notice that the backend deployment service is of type 'NodePort': that allows the KinD worker node (IP like '172.x.x.x') to expose a port (by default '30080') that shall be forwarded (e.g., via `socat`) to the -port expected by the frontend ('8000'). :alert: **Without the port forwarding, +port expected by the frontend ('8000'). :warning: **Without the port forwarding, the frontend will not be able to connect to the backend!** Example. After deploying the backend, get the worker node's IP: -- GitLab