Skip to content

Commit

Permalink
fix: increase max replicas for autoscaler
Browse files Browse the repository at this point in the history
This should hopefully cut back on alert noise
  • Loading branch information
trev-dev committed Mar 20, 2024
1 parent ea20f8a commit f01cfa0
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -35,7 +35,7 @@ env:
COMMON_NAMESPACE: ${{ secrets.COMMON_NAMESPACE_NO_ENV }}
TAG: "latest"
MIN_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "1"
MAX_REPLICAS_DEV: "2"
MIN_CPU_BACKEND: "10m"
MAX_CPU_BACKEND: "100m"
MIN_MEM_BACKEND: "125Mi"
Expand Down

0 comments on commit f01cfa0

Please sign in to comment.