Skip to content

Commit

Permalink
Increase resource quota for appstudilo tier (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Oct 25, 2023
1 parent 44a04c6 commit 76b9d37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/templates/nstemplatetiers/appstudio/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ objects:
hard:
count/deployments.apps: "30"
count/deploymentconfigs.apps: "30"
count/pods: "150"
count/pods: "300"
selector:
annotations: null
labels:
Expand Down
8 changes: 4 additions & 4 deletions deploy/templates/nstemplatetiers/appstudio/ns_tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 76b9d37

Please sign in to comment.