Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.87 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.87 KB

Orchestrator demo

This repository contains the source code of workflows we use for demo.

It also contains scripts used to build and push the image of the workflow and to generate the associated manifests in order to deploy the workflows in an OCP cluster.

Pre-requisites

Repository structure

  • Folders starting with 0*_ are the folders containing the workflow quarkus projects
  • The resources folder contains
    • the Dockerfile used to build the workflow images
    • a Deployment manifest to deploy a proxy application
    • a Route manifest to allow access to the DataIndex graphQL endpoint. Note that to access the route, we must delete the NetworkPolicies
  • The scripts folder contains the scripts used to build and push the workflow image and to generate the manifests used to deploy the workflow.

References