@@ -27,18 +27,18 @@ dashboard:
2727 serviceAccount :
2828 annotations :
2929 eks.amazonaws.com/role-arn : arn:aws:iam::707767160287:role/devplanetv2--binamb-helm--dashboard-access
30- # datareplicate:
31- # enabled: true
32- # suspendCronjob: true
33- # externalSecrets:
34- # deploy: true
35- # googleCredsSecret: binamb-gcloud-creds-secret
36- # dcfDataserviceSettingsSecret: binamb-dcf-dataservice-settings-secrets
37- # image:
38- # # -- (string) Docker repository.
39- # repository: quay.io/cdis/dcf-dataservice
40- # # -- (string) Overrides the image tag whose default is the chart appVersion.
41- # tag: "master"
30+ datareplicate :
31+ enabled : true
32+ suspendCronjob : true
33+ externalSecrets :
34+ deploy : true
35+ googleCredsSecret : binamb-gcloud-creds-secret
36+ dcfDataserviceSettingsSecret : binamb-dcf-dataservice-settings-secrets
37+ image :
38+ # -- (string) Docker repository.
39+ repository : quay.io/cdis/dcf-dataservice
40+ # -- (string) Overrides the image tag whose default is the chart appVersion.
41+ tag : " master"
4242 # googleBucketReplicateJob:
4343 # # -- (bool) Whether to enable the Google bucket replicate job
4444 # enabled: true
@@ -48,6 +48,22 @@ dashboard:
4848 # MANIFEST_FILE: gs://test-data-replication-manifest/GDC_only_3plusgig_open_active_manifest.tsv
4949 # IGNORED_FILE: gs://test-data-replication-manifest/ignored_files_manifest.csv
5050 # LOG_BUCKET: test-data-replication-manifest
51+ awsBucketReplicateJob :
52+ enabled : true
53+ schedule : " */30 * * * *"
54+ THREAD_NUM : 20
55+ CHUNK_SIZE : 1
56+ GDC_BUCKET_NAME : test-gdc-bucket
57+ LOG_BUCKET : test-data-replication-manifest
58+ RELEASE : DR43
59+ QUICK_TEST : true
60+ MANIFEST_FILE : s3://test-data-replication-manifest/DR1/GDC_only_3plusgig_open_active_manifest.tsv
61+ resources :
62+ requests :
63+ cpu : " 2"
64+ memory : 128Mi
65+ limits :
66+ memory : 2Gi
5167etl :
5268 esEndpoint : elasticsearch
5369 mappings :
@@ -263,16 +279,16 @@ hatchery:
263279 }
264280 ]
265281 }
266- workspaceLaunchTest :
267- enable : true
268- schedule : " */20 * * * *"
269- workspaceImages : " (Generic) Jupyter Lab Notebook with R Kernel+(Tutorials) Example Analysis Jupyter Lab Notebooks"
270- operatorName : " binamb@uchicago.edu"
271- hostname : " https://binamb.dev.planx-pla.net/"
272- externalSecrets :
273- deploy : true
274- fenceConfig : binamb-fence-config
275- fenceJwtKeys : binamb-fence-jwt
282+ # workspaceLaunchTest:
283+ # enable: true
284+ # schedule: "*/20 * * * *"
285+ # workspaceImages: "(Generic) Jupyter Lab Notebook with R Kernel+(Tutorials) Example Analysis Jupyter Lab Notebooks"
286+ # operatorName: "binamb@uchicago.edu"
287+ # hostname: "https://binamb.dev.planx-pla.net/"
288+ # externalSecrets:
289+ # deploy: true
290+ # fenceConfig: binamb-fence-config
291+ # fenceJwtKeys: binamb-fence-jwt
276292
277293indexd :
278294 enabled : true
0 commit comments