Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-9973

[Operator] Add cluster-scope services to SonataFlow status

XMLWordPrintable

      Ensure workflows maintain matching status.services.di/js in their ConfigMaps. both of these should only change (together) upon future workflow reconciliation.

       

      apiVersion: sonataflow.org/v1alpha08
      kind: SonataFlow
      metadata:
        name: sonataflow-example
        namespace: example-ns
        annotations:
          sonataflow.org/profile: prod
      status:
        services:
          dataIndexRef:
            name: data-index
            namespace: central-platform-ns
          jobServicesRef:
            name: job-service
            namespace: central-platform-ns

      Based on -

      apiVersion: sonataflow.org/v1alpha08
      kind: SonataFlowPlatform
      metadata:
        name: example-platform
        namespace: example-ns
      spec:
        build:
          resources: {}
          timeout: 0s
      status:
        clusterPlatform:
          name: cluster-platform
          platformRef:
            name: sonataflow-platform
            namespace: central-platform-ns
          services:
            dataIndexRef:
              url: <base url>
            jobServiceRef:
              url: <base url> 

       

            tohughes Tommy Hughes
            tohughes Tommy Hughes
            Ricardo Zanini Fernandes
            Dominik Hanak Dominik Hanak
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: