From b9f568ecb70934a4b01c624bf352b43ab8af1bd1 Mon Sep 17 00:00:00 2001 From: Chris Ditcher Date: Tue, 2 Apr 2024 12:03:39 -0700 Subject: [PATCH] Update build.from.developer.branch.deploy.to.dev.yml --- .../workflows/build.from.developer.branch.deploy.to.dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.from.developer.branch.deploy.to.dev.yml b/.github/workflows/build.from.developer.branch.deploy.to.dev.yml index 4df86fc..1275ad9 100644 --- a/.github/workflows/build.from.developer.branch.deploy.to.dev.yml +++ b/.github/workflows/build.from.developer.branch.deploy.to.dev.yml @@ -29,7 +29,7 @@ env: MAX_MEM: "2048Mi" MIN_REPLICAS: "3" MAX_REPLICAS: "5" - STORAGE_LIMIT: "16Gi" + STORAGE_LIMIT: "15Gi" on: # https://docs.github.com/en/actions/reference/events-that-trigger-workflows @@ -131,4 +131,4 @@ jobs: - name: ZAP Scan uses: zaproxy/action-api-scan@v0.1.0 with: - target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs' \ No newline at end of file + target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'