From e36cd8c3a727a0795ab350854ebb7a7c642e3eec Mon Sep 17 00:00:00 2001 From: weskubo-cgi Date: Tue, 17 Oct 2023 09:32:42 -0700 Subject: [PATCH] Reduced frontend replicaes to lessen utilization. --- .github/workflows/deploy-to-openshift-frontend-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-openshift-frontend-test.yml b/.github/workflows/deploy-to-openshift-frontend-test.yml index b55b57fc..2ae7420e 100644 --- a/.github/workflows/deploy-to-openshift-frontend-test.yml +++ b/.github/workflows/deploy-to-openshift-frontend-test.yml @@ -26,8 +26,8 @@ env: NAMESPACE: ${{ secrets.OFM_NAMESPACE_NO_ENV }} - MIN_REPLICAS: '2' - MAX_REPLICAS: '4' + MIN_REPLICAS: '1' + MAX_REPLICAS: '3' MIN_CPU: '50m' MAX_CPU: '100m' MIN_MEM: '200Mi'