Externalize the URL through kubernetes secret
vikramkhatri opened this issue · 1 comments
vikramkhatri commented
Can you please externalize the host in this URL so that we can customize it though kubectl secret.
The issue with the URL is that the host name is notification-service
, which is hard coded and will break if yaml file is changed for defining the service.
The second issue is that if MQ is in a separate namespace then the host must be notification-service/<namespaceName>/svc/cluster.local
In my case, this is not working since my MQ is in default
namespace and this service is in stock-trader
namespace.
Thanks.
jwalcorn commented