Skip to content

Commit

Permalink
Resource updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed May 9, 2024
1 parent c2a57c0 commit b3dd789
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: "2"
MIN_CPU_DEV: "5m"
MAX_CPU_DEV: "150m"
MIN_CPU_DEV: "300m"
MAX_CPU_DEV: "500m"
MIN_MEM_DEV: "400Mi"
MAX_MEM_DEV: "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: "15m"
MAX_CPU: "150m"
MIN_CPU: "300m"
MAX_CPU: "500m"
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 @@ -32,8 +32,8 @@ env:
TARGET_ENV: "test"
MIN_REPLICAS: "2"
MAX_REPLICAS: "3"
MIN_CPU: "5m"
MAX_CPU: "150m"
MIN_CPU: "300m"
MAX_CPU: "500m"
MIN_MEM: "400Mi"
MAX_MEM: "800Mi"

Expand Down

0 comments on commit b3dd789

Please sign in to comment.