Open anirbandas18 opened 9 months ago
Hello @anirbandas18!
Unfortunately, I don't think we expose the REST endpoint of JVB as a service at the moment. We do, however, expose the JVB's colibri port in the Pod spec. My best bet is to check if you can reach the REST endpoint via this port (use the Pod IP when checking, not Service's ClusterIP) and then create separate Service and Ingress resources for it.
Hi,
I would like to know if there is any template in this helm-chart for defining an ingress manifest for JVB in order to access the /colibri/rest endpoint of JVB?