Skip to content

Commit

Permalink
Increase appstudio pods quota
Browse files Browse the repository at this point in the history
Paired with: codeready-toolchain/host-operator#993

KONFLUX-2454

Signed-off-by: Hugo Arès <[email protected]>
  • Loading branch information
hugares committed Mar 18, 2024
1 parent ec4392d commit ae4ba50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsupport/tiers/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func (a *appstudioTierChecks) GetExpectedTemplateRefs(t *testing.T, hostAwait *w

func (a *appstudioTierChecks) GetClusterObjectChecks() []clusterObjectsCheck {
return clusterObjectsChecks(
clusterResourceQuotaDeployments("300"),
clusterResourceQuotaDeployments("600"),
clusterResourceQuotaReplicas(),
clusterResourceQuotaRoutes(),
clusterResourceQuotaJobs(),
Expand All @@ -529,7 +529,7 @@ type appstudiolargeTierChecks struct {

func (a *appstudiolargeTierChecks) GetClusterObjectChecks() []clusterObjectsCheck {
return clusterObjectsChecks(
clusterResourceQuotaDeploymentCount("300", "100"),
clusterResourceQuotaDeploymentCount("600", "100"),
clusterResourceQuotaReplicaCount("100"),
clusterResourceQuotaRouteCount("100"),
clusterResourceQuotaJobs(),
Expand Down

0 comments on commit ae4ba50

Please sign in to comment.