Skip to content

Commit

Permalink
Revert dev deployment cpu limits (bcgov#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Nov 20, 2023
1 parent 3c7e3bf commit c2d1b29
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 @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
oc login "${{ secrets.OPENSHIFT_CLUSTER }}" --token="${{ secrets.OC4_DEV_TOKEN }}"
EPHEMERAL_STORAGE=True CPU_REQUEST=75m CPU_LIMIT=2000m bash openshift/scripts/oc_provision_db.sh ${SUFFIX} apply
EPHEMERAL_STORAGE=True bash openshift/scripts/oc_provision_db.sh ${SUFFIX} apply
prepare-dev-database-backups:
name: Prepare Dev Database Backups
Expand Down

0 comments on commit c2d1b29

Please sign in to comment.