Skip to content

Commit

Permalink
Shrink nats deployment memory for dev (#3901)
Browse files Browse the repository at this point in the history
The bumped memory for testing TPI calculations was committed to main, but only needs to be bumped on a case-by-case basis, this PR shrinks the memory back down to reasonable levels.
  • Loading branch information
conbrad authored Sep 5, 2024
1 parent 5b1e4ef commit 34fe9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
shell: bash
run: |
oc login "${{ secrets.OPENSHIFT_CLUSTER }}" --token="${{ secrets.OC4_DEV_TOKEN }}"
PROJ_DEV="e1e498-dev" MEMORY_REQUEST=3800Mi MEMORY_LIMIT=5000Mi bash openshift/scripts/oc_provision_nats.sh ${SUFFIX} apply
PROJ_DEV="e1e498-dev" MEMORY_REQUEST=250Mi MEMORY_LIMIT=500Mi bash openshift/scripts/oc_provision_nats.sh ${SUFFIX} apply
scan-dev:
name: ZAP Baseline Scan Dev
Expand Down

0 comments on commit 34fe9c7

Please sign in to comment.