ricardozanini commented on code in PR #518: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/518#discussion_r1406497049
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc: ########## @@ -422,6 +422,88 @@ In your editor, change the first line in the `Dockerfile` entry where it reads ` This image must be compatible with your operator's installation. +[#deploy-supporting-services] +== Deploy supporting services + +=== Data Index + +By default, workflows use an embedded version of Data Index. Alternatively, can you deploy Data Index via `SonataFlowPlatform` configuration. The operator will then configure all new workflows, with the "prod" profile, to use that Data Index. Review Comment: ```suggestion By default, workflows use an embedded version of xref:data-index/data-index-core-concepts.adoc[Data Index]. Alternatively, can you deploy Data Index via `SonataFlowPlatform` configuration. The operator will then configure all new workflows, with the "prod" profile, to use that Data Index. ``` ########## serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc: ########## @@ -422,6 +422,88 @@ In your editor, change the first line in the `Dockerfile` entry where it reads ` This image must be compatible with your operator's installation. +[#deploy-supporting-services] +== Deploy supporting services Review Comment: Can we move this section to its own file? Can be under Cloud > Operator > Supporting Services. Then please do an introduction to the supporting services linking users for more info in Data Index > Core Concepts. @nmirasch since the operator now supports deploying Data Index, we might need to review the Data index sections. Can you do it, please? 🙏 ########## serverlessworkflow/modules/ROOT/pages/cloud/operator/build-and-deploy-workflows.adoc: ########## @@ -422,6 +422,88 @@ In your editor, change the first line in the `Dockerfile` entry where it reads ` This image must be compatible with your operator's installation. +[#deploy-supporting-services] +== Deploy supporting services Review Comment: Can we move this section to its own file? Can be under Cloud > Operator > Supporting Services. Then please do an introduction to the supporting services linking users for more info in Data Index > Core Concepts. @nmirasch since the operator now supports deploying Data Index, we might need to review the Data index sections. Can you do it, please? 🙏 -- 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]
