diff --git a/deploy/templates/nstemplatetiers/appstudio/cluster.yaml b/deploy/templates/nstemplatetiers/appstudio/cluster.yaml index 9da73b1cb..b58066a6e 100644 --- a/deploy/templates/nstemplatetiers/appstudio/cluster.yaml +++ b/deploy/templates/nstemplatetiers/appstudio/cluster.yaml @@ -12,7 +12,7 @@ objects: hard: count/deployments.apps: "30" count/deploymentconfigs.apps: "30" - count/pods: "150" + count/pods: "300" selector: annotations: null labels: diff --git a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml index 8c3620de9..6189266cf 100644 --- a/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml +++ b/deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml @@ -52,9 +52,9 @@ objects: scopes: - Terminating hard: - limits.cpu: "60" + limits.cpu: "120" limits.memory: ${MEMORY_BUILD_LIMIT} - requests.cpu: "6" + requests.cpu: "12" requests.memory: ${MEMORY_BUILD_REQUEST} - apiVersion: v1 kind: ResourceQuota @@ -270,6 +270,6 @@ parameters: - name: MEMORY_REQUEST value: "32Gi" - name: MEMORY_BUILD_LIMIT - value: "64Gi" + value: "128Gi" - name: MEMORY_BUILD_REQUEST - value: "32Gi" + value: "64Gi"