dmartinol commented on issue #348:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/348#issuecomment-1887827795

   @wmedvede Data Index is deployed using SonataFlowPlatform as per these specs:
   ```yaml
   apiVersion: sonataflow.org/v1alpha08
   kind: SonataFlowPlatform
   metadata:
     name: sonataflow-platform
     namespace: sonataflow-infra
   spec:
     build:
       config:
         baseImage: quay.io/kiegroup/kogito-swf-builder-nightly:latest
         registry: {}
         strategy: platform
         strategyOptions:
           KanikoBuildCacheEnabled: "true"
           KanikoPersistentVolumeClaim: sonataflow-platform
         timeout: 5m0s
       template:
         resources:
           limits:
             cpu: 500m
             memory: 1Gi
           requests:
             cpu: 250m
             memory: 64Mi
         timeout: 0s
     devMode: {}
     services:
       dataIndex:
         enabled: true
         persistence:
           postgresql:
             secretRef:
               name: sonataflow-psql-postgresql
               passwordKey: postgres-password
               userKey: postgres-username
             serviceRef:
               name: sonataflow-psql-postgresql
               namespace: sonataflow-infra
         podTemplate:
           container:
             image: quay.io/kiegroup/kogito-data-index-postgresql-nightly:latest
             resources:
               limits:
                 cpu: 500m
                 memory: 1Gi
               requests:
                 cpu: 100m
                 memory: 512Mi
       jobService:
         enabled: true
         persistence:
           postgresql:
             secretRef:
               name: sonataflow-psql-postgresql
               passwordKey: postgres-password
               userKey: postgres-username
             serviceRef:
               name: sonataflow-psql-postgresql
               namespace: sonataflow-infra
         podTemplate:
           container:
             image: 
quay.io/kiegroup/kogito-jobs-service-postgresql-nightly:latest
             resources: {}
   ```


-- 
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]

Reply via email to