Skip to content

Commit

Permalink
Increase backend and frontend replicas (2 min, 3 max) (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 14, 2024
1 parent 8a84f3c commit 8b3d6dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: backend
file: backend/openshift.deploy.yml
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=1 -p BUILD=test
parameters: -p MIN_REPLICAS=2 -p MAX_REPLICAS=3 -p BUILD=test
- name: frontend
file: frontend/openshift.deploy.yml
overwrite: true
Expand All @@ -95,7 +95,7 @@ jobs:
-p REACT_APP_KC_URL=https://test.loginproxy.gov.bc.ca/auth
-p REACT_APP_KC_REALM=standard
-p REACT_APP_KC_CLIENT_ID=seed-planning-test-4296
-p MIN_REPLICAS=1 -p MAX_REPLICAS=1
-p MIN_REPLICAS=2 -p MAX_REPLICAS=3
- name: oracle-api
file: oracle-api/openshift.deploy.yml
overwrite: true
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: backend
file: backend/openshift.deploy.yml
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=1 -p BUILD=prod
parameters: -p MIN_REPLICAS=2 -p MAX_REPLICAS=3 -p BUILD=prod
- name: frontend
file: frontend/openshift.deploy.yml
overwrite: true
Expand All @@ -204,7 +204,7 @@ jobs:
-p REACT_APP_KC_URL=https://loginproxy.gov.bc.ca/auth
-p REACT_APP_KC_REALM=standard
-p REACT_APP_KC_CLIENT_ID=seed-planning-test-4296
-p MIN_REPLICAS=1 -p MAX_REPLICAS=1
-p MIN_REPLICAS=2 -p MAX_REPLICAS=3
- name: oracle-api
file: oracle-api/openshift.deploy.yml
overwrite: true
Expand Down

0 comments on commit 8b3d6dd

Please sign in to comment.