diff --git a/src/components/c2d/compute_engines.ts b/src/components/c2d/compute_engines.ts index c25950b74..c0f8fca27 100644 --- a/src/components/c2d/compute_engines.ts +++ b/src/components/c2d/compute_engines.ts @@ -225,7 +225,11 @@ export class C2DEngineOPFK8 extends C2DEngine { input: stagesInput, algorithm: stageAlgorithm, output: output || {}, - compute: {} // TO DO + compute: { + Instances: 1, + namespace: environment, + maxtime: 3600 + } } // now, let's build the workflow const workflow: OPFK8ComputeWorkflow = {