Now that everything is accessible via Gateway (at least while the tunnel is open), let's connect the web application front-end to the API.
8080 (this was already the default, now we're just making it explicit)http://synchatapi.internalOnce all that's applied to your cluster, you should be able to open the web application and actually use the chat interface (notice it's "synchat", not "synchatapi"):
http://synchat.internal
Make sure that you can enter a username and a message, and send a message as that user! Assuming it works, that's because the webpage is now sending messages via fetch requests to the api service. The api service saves those messages locally in memory.
To see what I mean, try the following:
api podAnswer the question on the right when you're done.