Skip to content

Commit

Permalink
Resource update
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Jul 25, 2024
1 parent 9a35a68 commit 25f9e27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:
TAG: "latest"
MIN_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "3"
MIN_CPU: "20m"
MAX_CPU: "150m"
MIN_CPU: "1200m"
MAX_CPU: "800m"
MIN_MEM: "400Mi"
MAX_MEM: "800Mi"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ env:
TARGET_ENV: "prod"
MIN_REPLICAS: "3"
MAX_REPLICAS: "4"
MIN_CPU: "40m"
MAX_CPU: "150m"
MIN_CPU: "1200m"
MAX_CPU: "800m"
MIN_MEM: "400Mi"
MAX_MEM: "800Mi"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:
TAG: ${{ github.event.inputs.tag }}
MIN_REPLICAS_TEST: "2"
MAX_REPLICAS_TEST: "3"
MIN_CPU: "20m"
MAX_CPU: "150m"
MIN_CPU: "1200m"
MAX_CPU: "800m"
MIN_MEM: "400Mi"
MAX_MEM: "800Mi"

Expand Down

0 comments on commit 25f9e27

Please sign in to comment.