Skip to content
Snippets Groups Projects
Commit beb075ed authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Update README.md

parent 460dcf79
No related branches found
No related tags found
No related merge requests found
...@@ -494,7 +494,7 @@ $ make -s docker-push ...@@ -494,7 +494,7 @@ $ make -s docker-push
You can manage your containers with the other make commands: dstop, dstart, You can manage your containers with the other make commands: dstop, dstart,
drm, etc. 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 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 connecting to the application portal, make sure to point your browser to the URL
'http://localhost:3000'. 'http://localhost:3000'.
...@@ -523,7 +523,7 @@ service redeployment. ...@@ -523,7 +523,7 @@ service redeployment.
:bulb: You may notice that the backend deployment service is of type :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 '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 (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!** the frontend will not be able to connect to the backend!**
Example. After deploying the backend, get the worker node's IP: Example. After deploying the backend, get the worker node's IP:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment