Skip to content

Commit

Permalink
Update build.from.developer.branch.deploy.to.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cditcher authored Apr 2, 2024
1 parent 94cd072 commit b9f568e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

0 comments on commit b9f568e

Please sign in to comment.