Skip to content

Commit

Permalink
Updating Sower Batch Export Job for IRSA
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Dec 11, 2024
1 parent c58e2ef commit bba5645
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions healdata.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
{
"name": "batch-export",
"action": "batch-export",
"serviceAccountName": "batch-export-sa",
"activeDeadlineSeconds": 600,
"container": {
"name": "job-task",
Expand All @@ -61,27 +62,20 @@
"key": "hostname"
}
}
}
],
"volumeMounts": [
},
{
"name": "batch-export-creds-volume",
"readOnly": true,
"mountPath": "/batch-export-creds.json",
"subPath": "config.json"
"name": "BUCKET"
"valueFrom": {
"configMapKeyRef": {
"name": "batch-export-g3auto",
"key": "bucket_name"
}
}
}
],
"cpu-limit": "1",
"memory-limit": "1Gi"
},
"volumes": [
{
"name": "batch-export-creds-volume",
"secret": {
"secretName": "batch-export-g3auto"
}
}
],
"restart_policy": "Never"
}
],
Expand Down Expand Up @@ -119,4 +113,4 @@
"argo": {
"argo_server_service_url": "http://argo-argo-workflows-server.argo.svc.cluster.local:2746"
}
}
}

0 comments on commit bba5645

Please sign in to comment.