Skip to content

Commit

Permalink
Update CPU/Mem resource quotas according to new APUB-48
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Sep 22, 2021
1 parent 0e51ada commit d18f5a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ parameters:
synchronize: true
hard:
# See https://kb.vshn.ch/appuio-cloud/references/quality-requirements/performance/resource-quota.html
requests.cpu: 2000m
requests.memory: 3Gi
limits.cpu: 4000m
limits.memory: 6Gi
requests.cpu: 1000m
requests.memory: 4Gi
limits.cpu: 1500m
limits.memory: 4Gi
requests.storage: 50Gi
persistentvolumeclaims: "50"
count/configmaps: "150"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ spec:
count/configmaps: '150'
count/secrets: '150'
count/services: '20'
limits.cpu: 4000m
limits.memory: 6Gi
limits.cpu: 1500m
limits.memory: 4Gi
openshift.io/imagestreams: '20'
openshift.io/imagestreamtags: '50'
persistentvolumeclaims: '50'
requests.cpu: 2000m
requests.memory: 3Gi
requests.cpu: 1000m
requests.memory: 4Gi
requests.storage: 50Gi
scopeSelector: null
scopes: []
Expand Down

0 comments on commit d18f5a1

Please sign in to comment.