Skip to content

Commit

Permalink
increase default CPU request
Browse files Browse the repository at this point in the history
  • Loading branch information
amfred committed Dec 14, 2023
1 parent 54876da commit a234be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsupport/tiers/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func (a *appstudioTierChecks) GetNamespaceObjectChecks(_ string) []namespaceObje
resourceQuotaComputeDeploy("0", "32Gi", "1750m", "32Gi"),
resourceQuotaComputeBuild("0", "128Gi", "12", "64Gi"),
resourceQuotaStorage("50Gi", "200Gi", "50Gi", "30"),
limitRange("0", "2Gi", "10m", "256Mi"),
limitRange("0", "2Gi", "200m", "256Mi"),
numberOfLimitRanges(1),
gitOpsServiceLabel(),
appstudioWorkSpaceNameLabel(),
Expand Down

0 comments on commit a234be9

Please sign in to comment.