Expected Behavior
We should have an end to end test with a two Services. One Service HelloWorld serves external request like the current HelloWorld example, while the other service EchoService only serves HelloWorld.
This should test the usages of internal FQDN name {route}.{namespace}.svc.cluster.local that we now added, as well as future mTLS enablement.
Actual Behavior
No such test exists.
Expected Behavior
We should have an end to end test with a two Services. One Service
HelloWorldserves external request like the currentHelloWorldexample, while the other serviceEchoServiceonly servesHelloWorld.This should test the usages of internal FQDN name
{route}.{namespace}.svc.cluster.localthat we now added, as well as future mTLS enablement.Actual Behavior
No such test exists.