jordigilh commented on PR #311: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1858292651
``` 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 ``` @wmedvede I noticed that the value for this property is already added as part of the environment values when defining the persistence. Should it be duplicated in the `application.properties`? So far, only 2 properties seem to be generated from the job service itself, and that's the reactive URL and the health check. The kogito service URL is already added and the JDBC URL is added in the environment. -- 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]
