wmedvede commented on PR #311: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1858245371
Hi @jordigilh , I'll try to answer to your question above regarding the properties here: **Jobs Service specific properties:** kogito.service.url (cluster dns named url to self e.g. http://jobs-service-postgresql) quarkus.datasource.jdbc.url quarkus.datasource.reactive.url health.check."org.kie.kogito.jobs.service.messaging.http.health.knative.KSinkInjectionHealthCheck".enabled=false **Then, if data-index is present in the platform, we also add** kogito.jobs-service.http.job-status-change-events=true #cluster dns of the data index, which operator should know. example below mp.messaging.outgoing.kogito-job-service-job-status-events-http.url=http://data-index-service-postgresql/jobs -- 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]
