Skip to content

Commit

Permalink
Added compute key to k8s stage object. (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina authored Jul 15, 2024
1 parent 3989943 commit 45a45cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/c2d/compute_engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 45a45cd

Please sign in to comment.