Skip to content

Commit 77c6b7e

Browse files
committed
Rolling back min/max cpu
1 parent 161d903 commit 77c6b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.from.developer.branch.deploy.to.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ env:
2323
APP_DOMAIN: ${{ vars.APP_DOMAIN }}
2424
BRANCH: "main"
2525
TAG: "latest"
26-
MIN_CPU: "800m"
27-
MAX_CPU: "1200m"
26+
MIN_CPU: "20m"
27+
MAX_CPU: "250m"
2828
MIN_MEM: "100Mi"
2929
MAX_MEM: "600Mi"
3030
MIN_REPLICAS: "3"

0 commit comments

Comments
 (0)