ricardozanini commented on code in PR #721: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/721#discussion_r2071695266
########## serverlessworkflow/modules/ROOT/pages/cloud/operator/gitops-profile.adoc: ########## @@ -0,0 +1,124 @@ += GitOps Profile +:compat-mode!: +// Metadata: +:description: Using GitOps profile for deploying SonataFlow workflows in production environments +:keywords: sonataflow, workflow, serverless, operator, kubernetes, gitops, cicd +// Links: +:rh_jdk17_url: https://catalog.redhat.com/software/containers/ubi9/openjdk-17/61ee7c26ed74b2ffb22b07f6 + +This document describes how to use the GitOps profile for deploying {product_name} workflows in production environments. + +== Recommended for Production + +Using the GitOps profile is recommended for production environments. It provides complete control over workflow image builds, enabling compliance, security, and seamless integration into your existing CI/CD pipelines. + +== Workflow Image Structure + +The GitOps profile uses container images based on the link:{rh_jdk17_url}[Red Hat OpenJDK 17 UBI 9] runtime. You can review its documentation for detailed information about the image architecture. Review Comment: OSL needs to upgrade, I think it's around the corner! -- 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]
