diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 98fabf51..ffd84597 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -12,6 +12,8 @@ jobs: integration_tests: name: Integration tests uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master + with: + TEST_REPO_BRANCH: fix/midrc_dicom_viewer_issue secrets: CI_TEST_ORCID_USERID: ${{ secrets.CI_TEST_ORCID_USERID }} CI_TEST_ORCID_PASSWORD: ${{ secrets.CI_TEST_ORCID_PASSWORD }} diff --git a/midrcprod/staging.midrc.org/values/values.yaml b/midrcprod/staging.midrc.org/values/values.yaml index ffb1f328..0ed6084e 100644 --- a/midrcprod/staging.midrc.org/values/values.yaml +++ b/midrcprod/staging.midrc.org/values/values.yaml @@ -4,7 +4,7 @@ ambassador: arborist: autoscaling: enabled: false - maxReplicas: 4 + maxReplicas: 3 minReplicas: 1 targetCPUUtilizationPercentage: 40 replicaCount: 4