ricardozanini opened a new issue, #385: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/385
### Description Currently, the operator deploys workflows as regular Kubernetes Deployments. In some use cases, deploying a workflow as a Knative Serving resource makes sense. - Assess the possibility of deploying workflows as Knative Serving services by default if Knative is installed in the cluster - Add the possibility for users to opt-in to deploying as a ksvc or k8s deployment by labeling the CR. - Once labeled and deployed, this attribute must be immutable. We may assess the possibility of changing this field later in the field - Initially, revisions handling is out of scope, the operator won't reconcile this field so that users can change it based on their requirements. An assessment of revisions in the platform can be done later ### Implementation ideas _No response_ -- 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]
