I am using Solace PubSub+ standard, which is deployed using Helm Chart.
All pods and services are up and running. I have exposed Solace service into the internet using Kong Ingress.
Issue is I am able to expose using root path, I want to use custom path.
Please help me with the configuration changes that are made.
Hi @praveen,
Can you elaborate more on what you mean by root and custom path? Are you referring to the SEMP REST API for management? or something else?
@marc Thanks for quick response, Sorry I was out of town for a while.
Issue is I am exposing the solace service to the internet using http://
I want to use something like this http:///solace or http:///foo, other than root path (http:///).
Hi @praveen ,
I think what you want to do is use a route in Kong to provide that. I’m definitely not a Kong expert, but that is what I’m thinking from this stackoverflow question:
Hope that helps!