ricardozanini commented on PR #311:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1860207691

   > > If the jobs service is **NOT installed**, we still set the url, and we 
invent it :), to http://jobs-service/v2/jobs/events
   > 
   > @wmedvede This is dangerous as a service named `jobs-service` could exist 
within the namespace. are you sure this must be set? is there a different, 
safer way to do this? maybe `http://localhost/v2/jobs/events` ?
   
   The service URL is based on the objects we created in the namespace. Given 
that the default naming of the Deployment and Service are `jobs-service`, the 
DNS will resolve to `jobs-service.svc.cluster.local`, correct? 
   
   So your concern is valid, but we will have a problem deploying the 
jobs-service before getting there since the deployment name will already be 
taken. So we need to fix the naming clash while creating these objects.
   
   We can table this discussion for the moment and open a follow-up task to 
deal with the naming clash for our managed support services.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to