Skip to content

Commit

Permalink
quick fix openshift alerts.
Browse files Browse the repository at this point in the history
  • Loading branch information
soletsdev committed Mar 20, 2024
1 parent fa71b63 commit 8b2ddc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
EDX_NAMESPACE: ${{ secrets.EDX_NAMESPACE_NO_ENV }}
TAG: "latest"
MIN_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "2"
MIN_CPU: "50m"
MAX_CPU: "100m"
MIN_MEM: "200Mi"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
MIN_MEM: "250Mi"
MAX_MEM: "500Mi"
MIN_REPLICAS: "3"
MAX_REPLICAS: "3"
MAX_REPLICAS: "4"

# SITE_URL should have no scheme or port. It will be prepended with https://
HOST_ROUTE: ${{ secrets.SITE_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
MIN_MEM: "200Mi"
MAX_MEM: "250Mi"
MIN_REPLICAS: "2"
MAX_REPLICAS: "2"
MAX_REPLICAS: "3"

# SITE_URL should have no scheme or port. It will be prepended with https://
HOST_ROUTE: ${{ secrets.SITE_URL }}
Expand Down

0 comments on commit 8b2ddc7

Please sign in to comment.