Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
chore: set max CPU limit to 14 cores per Pod (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov authored Feb 6, 2020
1 parent 769a825 commit bbea362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment/templates/fabric8-tenant-che-quotas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ items:
spec:
limits:
- max:
cpu: 6000m
cpu: 14000m
memory: 7Gi
min:
cpu: 29m
Expand All @@ -27,7 +27,7 @@ items:
cpu: 60m
memory: 307Mi
max:
cpu: 6000m
cpu: 14000m
memory: 7Gi
min:
cpu: 29m
Expand All @@ -49,7 +49,7 @@ items:
namespace: "${USER_NAME}-che"
spec:
hard:
limits.cpu: "6"
limits.cpu: "14"
limits.memory: 7Gi
scopes:
- NotTerminating
Expand All @@ -64,7 +64,7 @@ items:
namespace: "${USER_NAME}-che"
spec:
hard:
limits.cpu: "6"
limits.cpu: "14"
limits.memory: 7Gi
scopes:
- Terminating
Expand Down

0 comments on commit bbea362

Please sign in to comment.