ricardozanini commented on code in PR #696:
URL:
https://github.com/apache/incubator-kie-kogito-docs/pull/696#discussion_r1909003344
##########
serverlessworkflow/antora.yml:
##########
@@ -43,16 +45,20 @@ asciidoc:
operator_openshift_catalog: sonataflow-operator
operator_k8s_keyword: sonataflow
operator_k8s_subscription: my-sonataflow-operator
- kogito_devservices_imagename:
quay.io/kiegroup/kogito-data-index-ephemeral-nightly
- sonataflow_devmode_imagename: quay.io/kiegroup/kogito-swf-devmode-nightly
- sonataflow_builder_imagename: quay.io/kiegroup/kogito-swf-builder-nightly
+ container_image_registry_base: docker.io
+ sonataflow_operator_imagename:
docker.io/apache/incubator-kie-sonataflow-operator
+ sonataflow_devmode_imagename:
docker.io/apache/incubator-kie-sonataflow-devmode
+ sonataflow_builder_imagename:
docker.io/apache/incubator-kie-sonataflow-builder
+ sonataflow_builder_configmap_name: sonataflow-operator-builder-config
+ sonataflow_dataindex_postgresql_imagename:
docker.io/apache/incubator-kie-kogito-data-index-postgresql
+ sonataflow_dataindex_ephemeral_imagename:
docker.io/apache/incubator-kie-kogito-data-index-ephemeral
sonataflow_devmode_devui_url:
/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/
serverless_logic_web_tools_name: Serverless Logic Web Tools
serverless_workflow_vscode_extension_name: KIE Serverless Workflow Editor
kie_kogito_examples_repo_name: incubator-kie-kogito-examples
# Jobs service image and links
- jobs_service_image_allinone_url:
https://hub.docker.com/r/apache/incubator-kie-kogito-jobs-service-allinone
+ jobs_service_image_allinone_url:
https://hub.docker.com/r/apache/incubator-sonataflow-data-index-postgresql
Review Comment:
```suggestion
jobs_service_image_allinone_url:
https://hub.docker.com/r/apache/incubator-sonataflow-data-index-postgresql
```
This image can be removed from docs. We will deprecate/delete it. cc
@wmedvede
##########
serverlessworkflow/antora.yml:
##########
@@ -43,16 +45,20 @@ asciidoc:
operator_openshift_catalog: sonataflow-operator
operator_k8s_keyword: sonataflow
operator_k8s_subscription: my-sonataflow-operator
- kogito_devservices_imagename:
quay.io/kiegroup/kogito-data-index-ephemeral-nightly
- sonataflow_devmode_imagename: quay.io/kiegroup/kogito-swf-devmode-nightly
- sonataflow_builder_imagename: quay.io/kiegroup/kogito-swf-builder-nightly
+ container_image_registry_base: docker.io
+ sonataflow_operator_imagename:
docker.io/apache/incubator-kie-sonataflow-operator
+ sonataflow_devmode_imagename:
docker.io/apache/incubator-kie-sonataflow-devmode
+ sonataflow_builder_imagename:
docker.io/apache/incubator-kie-sonataflow-builder
+ sonataflow_builder_configmap_name: sonataflow-operator-builder-config
+ sonataflow_dataindex_postgresql_imagename:
docker.io/apache/incubator-kie-kogito-data-index-postgresql
+ sonataflow_dataindex_ephemeral_imagename:
docker.io/apache/incubator-kie-kogito-data-index-ephemeral
sonataflow_devmode_devui_url:
/q/dev-ui/org.apache.kie.sonataflow.sonataflow-quarkus-devui/
serverless_logic_web_tools_name: Serverless Logic Web Tools
serverless_workflow_vscode_extension_name: KIE Serverless Workflow Editor
kie_kogito_examples_repo_name: incubator-kie-kogito-examples
# Jobs service image and links
- jobs_service_image_allinone_url:
https://hub.docker.com/r/apache/incubator-kie-kogito-jobs-service-allinone
+ jobs_service_image_allinone_url:
https://hub.docker.com/r/apache/incubator-sonataflow-data-index-postgresql
Review Comment:
But most, incubator-sonataflow-data-index-postgresql image does not exist.
##########
serverlessworkflow/modules/ROOT/pages/cloud/operator/enabling-jobs-service.adoc:
##########
@@ -0,0 +1,168 @@
+= Managing Jobs Service with the Operator
+:compat-mode!:
+// Metadata:
+:description: Configure Jobs Service using the `SonataFlowPlatform` CR.
+:keywords: sonataflow, serverless, operator, kubernetes, jobs service
+
+
+This document describes how to configure the Jobs Service instance using the
SonataFlowPlarform CR.
+
+== Automate the Jobs Service instance management with the `SonataFlow` Operator
+
+It is possible to deploy the Jobs Service manually, leveraging the Operator
offers a more seamless integration by
+combining it with namespace configuration through the SonataFlowPlatform
Custom Resource (CR). When the Operator oversees
+the lifecycle of the jobs service, it automatically injects necessary
properties during creation into the SonataFlow workflows.
+This integration eliminates the need for including these properties within the
SonataFlow workflow CR instance, simplifying workflow management.
+== Configuring Jobs Service in the SonataFlowPlatform CR
Review Comment:
```suggestion
== Configuring Jobs Service in the SonataFlowPlatform CR
```
--
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]