Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
with:
TEST_REPO_BRANCH: chore/add_dicom_support_midrc_prod
secrets:
CI_TEST_ORCID_USERID: ${{ secrets.CI_TEST_ORCID_USERID }}
CI_TEST_ORCID_PASSWORD: ${{ secrets.CI_TEST_ORCID_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions midrcprod/data.midrc.org/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ambassador:
arborist:
autoscaling:
enabled: false
maxReplicas: 4
maxReplicas: 3
minReplicas: 2
targetCPUUtilizationPercentage: 40
replicaCount: 4
Expand Down Expand Up @@ -65,7 +65,7 @@ etl:
requests:
memory: 1Gi
esGarbageCollect:
enabled: true
enabled: true
esEndpoint: elasticsearch
etlMapping:
mappings:
Expand Down
Loading