GenAIExamples icon indicating copy to clipboard operation
GenAIExamples copied to clipboard

[ChatQnA UI] Backend urls must be external urls exposed outside the cluster

Open Ruoyu-y opened this issue 1 year ago • 1 comments

UI services need to consume the backend service urls for functioning. Currently, both UI implementations require the endpoint information (aka. these backend urls) to be some external urls that can be accessed outside the cluster. However, in the case that the UI service is deployed as part of the pipeline, it is hard to specify these external urls as the backend services are not exposed by default and there's no fixed domain names for the backend services. Any chance that the UI could consume an internal k8s service domain name and perform the call?

Ruoyu-y avatar Aug 02 '24 08:08 Ruoyu-y