Skip to content

Commit

Permalink
Merge pull request #209 from appuio/feat/adjust-limitrange
Browse files Browse the repository at this point in the history
Adjust LimitRange minimum CPU request to `1m`
  • Loading branch information
simu authored Sep 30, 2024
2 parents 869538e + 4b77e05 commit 4504600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ parameters:
limits:
"Container":
min:
cpu: "10m"
cpu: "1m"
memory: "4Mi"
ephemeral-storage: "100Ki"
default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ data:
"cpu": "10m"
"memory": "100Mi"
"min":
"cpu": "10m"
"cpu": "1m"
"ephemeral-storage": "100Ki"
"memory": "4Mi"
"type": "Container"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 609c91815282bc8a8fbed7b27a08f6f1
checksum/config: 23ac239163c7dcc887ded3396424bde6
kubectl.kubernetes.io/default-container: agent
labels:
control-plane: appuio-cloud-agent
Expand Down

0 comments on commit 4504600

Please sign in to comment.