You need to create an Ingress resource named whisper
in the sound-zone
namespace.
This Ingress should route traffic to a Service called soundserver-svc
,
and handle requests coming to http://mydemo.local/whisper
.
Make sure it forwards traffic to port 9090 of the Service.
To test if everything is working, run the following command.
It should return 200
if the setup is correct:
Comments
Post a Comment