Skip to content

Commit acc3416

Browse files
authored
Merge pull request #646 from bcgov/ccfri-4367-performance-tuning
feat: increase pods and max cpu for Node backend
2 parents 03f604e + c023204 commit acc3416

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-to-openshift-backend-prod.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ env:
2929

3030
NAMESPACE: ${{ secrets.CCOF_NAMESPACE_NO_ENV }}
3131

32+
# NOTE: Some of these settings are temporary until puppeteer/chromium is decomissioned
33+
# for printing. Original values for CPU were 50m min, 250m max. Max replicas were 5
3234
MIN_REPLICAS: "3"
33-
MAX_REPLICAS: "5"
34-
MIN_CPU: "50m"
35-
MAX_CPU: "250m"
35+
MAX_REPLICAS: "7"
36+
MIN_CPU: "200m"
37+
MAX_CPU: "750m"
3638
MIN_MEM: "200Mi"
3739
MAX_MEM: "700Mi"
3840
# SITE_URL should have no scheme or port. It will be prepended with https://

0 commit comments

Comments
 (0)