Skip to content

Commit

Permalink
updates DC to match current replicas. Adding dependabot to check acti…
Browse files Browse the repository at this point in the history
…on scripts
  • Loading branch information
soletsdev committed Sep 19, 2024
1 parent 44a732b commit e06704d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
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 @@ -34,8 +34,8 @@ env:
NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: "latest"
MIN_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "3"
MIN_REPLICAS_DEV: "5"
MAX_REPLICAS_DEV: "6"
MIN_CPU: "800m"
MAX_CPU: "1200m"
MIN_MEM: "400Mi"
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 @@ -34,8 +34,8 @@ env:
NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: ${{ github.event.inputs.tag }}
MIN_REPLICAS_TEST: "2"
MAX_REPLICAS_TEST: "3"
MIN_REPLICAS_TEST: "5"
MAX_REPLICAS_TEST: "6"
MIN_CPU: "800m"
MAX_CPU: "1200m"
MIN_MEM: "400Mi"
Expand Down

0 comments on commit e06704d

Please sign in to comment.