Skip to content

Commit

Permalink
Merge pull request #54 from appuio/tweak-limitrange
Browse files Browse the repository at this point in the history
Remove Max Limits per Container and Raise Default CPU and Memory Limits
  • Loading branch information
bastjan authored Dec 17, 2021
2 parents 937d063 + cb85054 commit 62e2017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,13 @@ parameters:
synchronize: true
limits:
"Container":
max:
cpu: "1"
memory: "4Gi"
min:
cpu: "10m"
memory: "4Mi"
ephemeral-storage: "100Ki"
default:
cpu: "200m"
memory: "200Mi"
cpu: "600m"
memory: "768Mi"
defaultRequest:
cpu: "100m"
memory: "100Mi"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@ spec:
spec:
limits:
- default:
cpu: 200m
memory: 200Mi
cpu: 600m
memory: 768Mi
defaultRequest:
cpu: 100m
memory: 100Mi
max:
cpu: '1'
memory: 4Gi
min:
cpu: 10m
ephemeral-storage: 100Ki
Expand Down

0 comments on commit 62e2017

Please sign in to comment.