File tree Expand file tree Collapse file tree 3 files changed +25
-9
lines changed
devplanetv2/dev-environments/binamb-helm Expand file tree Collapse file tree 3 files changed +25
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.46
18+ version : 0.1.47
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: binamb-helm
55
66# What branch of helm -- http://github.com/uc-cdis/gen3-helm
77# helmBranch: chore/add_workspace_launch_test
8- helmBranch : feat/google -data-replication
8+ helmBranch : feat/aws -data-replication
99
1010# What branch of gitops -- http://github.com/uc-cdis/gen3-gitops-dev
1111gitopsBranch : master
Original file line number Diff line number Diff line change @@ -39,15 +39,31 @@ datareplicate:
3939 repository : quay.io/cdis/dcf-dataservice
4040 # -- (string) Overrides the image tag whose default is the chart appVersion.
4141 tag : " master"
42- googleBucketReplicateJob :
43- # -- (bool) Whether to enable the Google bucket replicate job
42+ # googleBucketReplicateJob:
43+ # # -- (bool) Whether to enable the Google bucket replicate job
44+ # enabled: true
45+ # PROJECT: cdis-test-188416
46+ # MAX_WORKERS: 80
47+ # RELEASE: DR43
48+ # MANIFEST_FILE: gs://test-data-replication-manifest/GDC_only_3plusgig_open_active_manifest.tsv
49+ # IGNORED_FILE: gs://test-data-replication-manifest/ignored_files_manifest.csv
50+ # LOG_BUCKET: test-data-replication-manifest
51+ awsBucketReplicateJob :
4452 enabled : true
45- PROJECT : cdis-test-188416
46- MAX_WORKERS : 80
47- RELEASE : DR43
48- MANIFEST_FILE : gs://test-data-replication-manifest/GDC_only_3plusgig_open_active_manifest.tsv
49- IGNORED_FILE : gs://test-data-replication-manifest/ignored_files_manifest.csv
53+ schedule : " */30 * * * *"
54+ THREAD_NUM : 20
55+ CHUNK_SIZE : 1
56+ GDC_BUCKET_NAME : test-gdc-bucket
5057 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 :
You can’t perform that action at this time.
0 commit comments