Skip to content

Commit

Permalink
Fixing HPA alerts from OCIO (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: chris.ditcher <[email protected]>
  • Loading branch information
cditcher and chris.ditcher authored Mar 20, 2024
1 parent 4ad8cbd commit b1df144
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.from.main.branch.deploy.to.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
MAX_CPU: "500m"
MIN_MEM: "1Gi"
MAX_MEM: "2Gi"
MIN_REPLICAS: "3"
MIN_REPLICAS: "2"
MAX_REPLICAS: "3"

on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
MAX_CPU: "500m"
MIN_MEM: "1Gi"
MAX_MEM: "2Gi"
MIN_REPLICAS: "3"
MIN_REPLICAS: "2"
MAX_REPLICAS: "3"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.to.dev.jinil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
MAX_CPU: "500m"
MIN_MEM: "1Gi"
MAX_MEM: "2Gi"
MIN_REPLICAS: "3"
MIN_REPLICAS: "2"
MAX_REPLICAS: "3"

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
MIN_MEM: "1Gi"
MAX_MEM: "2Gi"
MIN_REPLICAS: "3"
MAX_REPLICAS: "3"
MAX_REPLICAS: "4"

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
MIN_MEM: "1Gi"
MAX_MEM: "2Gi"
MIN_REPLICAS: "3"
MAX_REPLICAS: "3"
MAX_REPLICAS: "4"

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows
Expand Down

0 comments on commit b1df144

Please sign in to comment.