Skip to content

Commit

Permalink
Merge pull request #90 from ministryofjustice/tmp-scaling-change
Browse files Browse the repository at this point in the history
🔥 Don't scale dev for the time being
  • Loading branch information
andrewmooreio authored Aug 22, 2024
2 parents 776f6a8 + f59cca2 commit 14b0081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scale-down.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: ["poc", "dev"]
environment: ["poc"]
fail-fast: false
environment:
name: ${{ matrix.environment }}-preapproved
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
for deployment in $DEPLOYMENTS; do
kubectl scale $deployment --replicas=0
done
done
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scale-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
environment: ["poc", "dev"]
environment: ["poc"]
steps:
- name: Determine Environment
id: which-env
Expand Down

0 comments on commit 14b0081

Please sign in to comment.